A Python client for the MOLGENIS REST API
In a terminal, run:
pip install molgenis-py-client
Want to help out? Fork and clone this repository, go to the root of the project and create a virtual environment (requires Python 3.7 or higher):
python -m virtualenv env
Now activate the environment. How to do this depends on your operating system, read the virtualenv docs for more info. The following example assumes MacOS:
source env/bin/activate
Then install the project in development mode:
pip install -e .
If you want to leave the environment, use deactivate
.