We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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