Install#

Easy way#

python3.9 -m pip install 'khloraascaf==M.m.p'

where M.m.p is the version number.

Via Git#

pip install git+https://gitlab.com/khloraa_scaffolding/khloraa_scaffolding@TAG

where TAG is the tag version (release number M.m.p)

It is recommanded to use python3.X -m pip ... to be sure which python version you use if you are not in an activated virtual environment.

Local#

For the latest commit:

git clone https://gitlab.com/khloraa_scaffolding/khloraa_scaffolding
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