A software developed for studying two-predictor suppressor effects via computerized simulations
Project description
Introduction
Supsim is a software developed for studying two-predictor suppressor effects via computerized simulations. It is developed by Morteza Nazifi and Hamid Fadishei at University of Bojnord. More information about this project can be found in the project site
Installation
Supsim can be installed easily by using the Python 3 pip command.
pip3 install supsim
You can check whether the installation went ok by running this command:
supsim --help
Troubleshooting
If you get an error complaining that pip3 command is not available, then you should check your system to see if you have Python3 and pip installed:
python3 --version
pip --version
If you get an error, then you should install them. For example, Debian-based Linux users can run:
sudo apt install python3 python3-pip
Windows users should install Python 3 from the official site. They should also note that the command is usually python and pip (not python3 and pip3) in their environment
If Supsim is installed without any error, but can not be executed from command line after installation, make sure that you have the python distributed scripts executable path included in your operating system PATH environment variable. Linux users should usually add $HOME/.local/bin to PATH, for example by adding this line to $HOME/.bashrc file and re-open the terminal:
export PATH=$PATH:$HOME/.local/bin
Windows users should edit the system environment variable from Windows settings and add a path like C:\Users\<Username>\AppData\Local\Programs\Python\Python<Version>\Scripts\ to PATH variable
Web-based Version
A web-based Javascript implementation of supsim is also available at the project site which can be used to see it in action without any hassle.
Terms of Use
Supsim software is published under the terms of GNU General Public License v3.0 (GPLv3).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file supsim-0.1.1.tar.gz
.
File metadata
- Download URL: supsim-0.1.1.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 858d246d6da8ffb8261999f473525a2e9b7d54df59d64a0423d5aed423146c56 |
|
MD5 | e3191eef7682e127b72a11ea3ed15ea7 |
|
BLAKE2b-256 | 0327b1c6a00af223f6607cbc03db3c4a7ee440b5bacaad181aba8e621f73e178 |
File details
Details for the file supsim-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: supsim-0.1.1-py3-none-any.whl
- Upload date:
- Size: 21.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2f9e06af58e5a359e1b0cc9bc01a46434aa431370b019bdf85387ffff6b1993 |
|
MD5 | 04fe9ce8ef3508c8d5aa911e5010c693 |
|
BLAKE2b-256 | b2d5ebac583d6efeaa8a3172c41d290d18acff703afa564f233441f91b610f87 |