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.
1 parent b5c48af commit eed52bdCopy full SHA for eed52bd
doc/examples.rst
@@ -434,8 +434,8 @@ Bonus: pipenv auto-bootstrapping
434
``before_script`` CWD's into the root (session)-level
435
``start_directory``.
436
437
-If you use `pipenv`_, you can use a script like this to ensure your
438
-packages are installed:
+If you use `pipenv`_ / `poetry`_, you can use a script like this to ensure
+your packages are installed:
439
440
.. code-block:: yaml
441
@@ -469,6 +469,7 @@ You can also source yourself into the virtual environment using
469
- ./manage.py runserver
470
471
.. _pipenv: https://docs.pipenv.org/
472
+.. _poetry: https://python-poetry.org/
473
474
Kung fu
475
-------
0 commit comments