-
Notifications
You must be signed in to change notification settings - Fork 2
Virtual environment systems
fblanchetNaN edited this page Apr 28, 2021
·
3 revisions
python -m venv ${ENV_NAME}
source .${ENV_NAME}/bin/activate
pip install black
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
[requires]
pipenv --python ${VERSION}
pipenv install
pipenv add --dev black
poetry env use ${VERSION}
poetry install
poetry add black
REQUIRES pyproject.toml