just a test
python -m venv ./venv
source ./venv/bin/activateconda create -n life-short-use-python
conda activate life-short-use-python
# single
python -m pip install <pkg-name>
# multi
python -m pip install -r requirements.txtpython -m pip freeze > requirements.txtpre-commit install
pre-commit run --all-files