Welcome to the FSI Sandbox SDK for Python. See the fsi-sdk topic for other available SDKs
pip3 install innovation-sandboxIf you are using Python 2.7 use pip instead. Depending on your permissions, you might need to use
pip install --user innovation-sandboxto install it.
You can also download the source code from the repository, and then just install the package using
python setup.py installJust type in the following command to run the tests
py.testThis will run the test defined in the files of the tests/ directory
To Download and install all the module dependencies, just type
pip install -r requirements.txt