poetry
git 依存関係
pyproject.toml
code:toml
# Get a revision by its tag
numpy = { git = "
https://github.com/numpy/numpy.git",
tag = "v0.13.2" }
https://cocoatomo.github.io/poetry-ja/dependency-specification/#git
poetry shell
仮想環境をactivateできる
この状態だと vim が仮想環境を認識して外部モジュールの入力補完などが効く
プロジェクト内に仮想環境を作成する設定の場合
source .venv/bin/activate
でも良い
#python