Instruction
Requirments
- [X] python 3.9 ot higher
- [X] virtualenv
virtualenv preparation
- create virtualenv for python3
virtualenv --python=python3 ~/.venv3
- load virtualenv
source ~/.venv3/bin/activate
python hot commands
- install PDM package manager
pip install pdm
- PDM enable immuteble pipeline libraries (execute this command for each new terminal session)
eval "$(pdm --pep582)"