Skip to content

Commit

Permalink
Improve Contributor Guide section about development setup (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjolowicz authored Mar 13, 2021
1 parent a0cd48d commit c0c794d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ Install the package with development requirements:
$ poetry install
You can now run an interactive Python session,
or the command-line interface:
or Nox with nox-poetry:

.. code:: console
$ poetry run python
$ poetry run nox-poetry
$ poetry run nox
.. _Poetry: https://python-poetry.org/

Expand Down

0 comments on commit c0c794d

Please sign in to comment.