Install#
Simplest with PyPi#
pip install khoraascaf_utils
Distant with Git#
pip install git+https://gitlab.com/vepain/khloraascaf_utils@TAG
or (to be sure which python version you use if you are not in an activated virtual environment)
python3.X -m pip install git+https://gitlab.com/vepain/khloraascaf_utils@TAG
TAG is the tag version (release number M.m.p).
Local with Git#
For the latest commit:
git clone https://gitlab.com/vepain/khloraascaf_utils
cd khloraa_scaffolding
pip install .
So that when you want to update the package, you just to type in the git directory:
git pull
pip install . --upgrade