コンテンツにスキップ

Python

概要

スニペット、ベストプラクティス、よく使うコマンドをメモします。

仮想環境

python3 -m venv .venv && source .venv/bin/activate
pip install -U pip

パッケージ管理

pip install -r requirements.txt
pip list --outdated