1. Installation¶
1.1. Prerequisites¶
- Python
- Pip
1.2. Latest revision from GitHub¶
Run the following command to install the latest version from GitHub:
pip install git+https://github.com/KarrLab/datanator_flask_REST.git#egg=datanator_flask_REST[all]
1.3. Latest release From PyPI¶
Run the following command to install the latest release from PyPI:
pip install datanator_flask_REST[all]