Welcome to the FSI Sandbox SDK for Python. See the fsi-sdk topic for other available SDKs
pip3 install innovation-sandbox
If you are using Python 2.7 use pip instead. Depending on your permissions, you might need to use
pip install --user innovation-sandbox
to install it.
You can also download the source code from the repository, and then just install the package using
python setup.py install
Just type in the following command to run the tests
py.test
This 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