标定工具箱
curl -sSL https://install.python-poetry.org | python3 -
poetry --version
conda create -n calib python=3.8
poetry init
conda activate other_env_python
poetry env info
conda create -n new_env python=xx.xx
poetry install
自动版本控制
Poetry: Automatically generate package version from git commit
Configuring setuptools using pyproject.toml files
自动版本控制