Add a clickable link to PEP 508

This commit is contained in:
belkka
2021-11-24 05:47:34 +02:00
committed by GitHub
parent 1a5584e9a5
commit aec666e54d
+1 -1
View File
@@ -110,7 +110,7 @@ Other Commands
- ``graph`` will show you a dependency graph of your installed dependencies.
- ``shell`` will spawn a shell with the virtualenv activated. This shell can be deactivated by using ``exit``.
- ``run`` will run a given command from the virtualenv, with any arguments forwarded (e.g. ``$ pipenv run python`` or ``$ pipenv run pip freeze``).
- ``check`` checks for security vulnerabilities and asserts that PEP 508 requirements are being met by the current environment.
- ``check`` checks for security vulnerabilities and asserts that `PEP 508 <https://www.python.org/dev/peps/pep-0508/>`_ requirements are being met by the current environment.
Further Documentation Guides