Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.18 KB

File metadata and controls

42 lines (27 loc) · 1.18 KB

Sandbox Python SDK

Welcome to the FSI Sandbox SDK for Python. See the fsi-sdk topic for other available SDKs

Installation

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

Usage documentation for APIs currently supported by this SDK

Tests

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

Dependencies

To Download and install all the module dependencies, just type

pip install -r requirements.txt