python -m pip install git+ssh://git@github.com/IHCantabria/datahub.client@v0.2.1#egg=datahubclient
You will have the configuration file in the path:
{enviroment_path}/lib/python{your-python-version}/site-packages/datahub/config.json
There are several ways to install it depending on the operating system and python frameworks.
- python v3.6 or higher
- python3-venv
- git
Create a virtualenv
python -m pip venv env --clear
Load the new virtualenv
source env/bin/activate
Install datahub.client
python -m pip install git+git://github.com/IHCantabria/datahub.client.git
Create a enviroment and load it
conda create --name {MyEnvironmentName}
conda activate {MyEnvironmentName}
Install git
conda install git
Install pip
conda install pip
pip install git+git://github.com/IHCantabria/datahub.client.git