Installing python packages from Git
January 30, 2020
To install an updated version of a python package from Git (using python3);
pip3 install git+https link to the git repository --user
For example;
pip3 install git+https://github.com/mpg-age-bioinformatics/AGEpy.git --user