A software developed for studying two-predictor suppressor effects via computerized simulations
Project description
Introduction
Developed by Morteza Nazifi and Hamid Fadishei at University of Bojnord, Iran, Supsim is an open source software that helps study the two-predictor suppression effects via computerized simulations. Software developers can find the source code for the command-line Python pakcage of Supsim at https://github.com/fadishei/supsim. 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 the following command:
supsim --help
Troubleshooting
If you get an error that says pip3 command is not available, then you should check your system to see if you have Python3 and pip installed:
python3 --version
pip3 --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 the 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. This link can be used to work with Supsim 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.3.tar.gz
.
File metadata
- Download URL: supsim-0.1.3.tar.gz
- Upload date:
- Size: 22.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 457c17f5ed52660fb17b79564a314dc7550b258578384a1fb86febf9eddfd94c |
|
MD5 | f7ffc094891706350a2595e2a065c3f3 |
|
BLAKE2b-256 | 3315973723bb55d5309dc61bb9e4d6bc7fe56bb8748108404b9f96a6a96b4abd |
File details
Details for the file supsim-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: supsim-0.1.3-py3-none-any.whl
- Upload date:
- Size: 22.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9fdad9dd156b27ee86a8cd3348bcbe64dbb436f7c65787f6f387787c99f0e8b |
|
MD5 | 9a03142a90a652cd296c40eeb48b39c8 |
|
BLAKE2b-256 | 1d877334d2b1877e8c6bb88eed17ef1a0930eb120acaad4e5be262a9ef4cc27c |