Getting Started
Installation
SIMBA Store code is available from GitHub
Obtain Code
git clone https://github.com/NSSAC/SIMBA_Store.git
Development Mode: To install all requirements and execute SIMBA directly from the source code. Please execute in the top code directory:
pip install -e .
Linux and MacOS X
System wide installation
sudo pip install simbaStore
User local installation
pip install simbaStore --user
Windows
System installation Instructions on how to run a console as administrator
pip install simbaStore
User local installation (not recommeded as the script path is not in the search PATH)
pip install simbaStore --user