/calibtools

标定工具箱

Primary LanguagePythonApache License 2.0Apache-2.0

calibtools

标定工具箱

开发记录

poetry

安装poetry

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

创建新的虚拟环境(optional)

conda create -n new_env python=xx.xx
poetry install

自动版本控制

Poetry: Automatically generate package version from git commit

setuptools

Configuring setuptools using pyproject.toml files

setuptools_scm

自动版本控制

setuptools_scm

安装使用

contributors