Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfischer2781 committed Mar 23, 2024
1 parent 31ca1e8 commit 6de0419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ the extras ``test`` and ``doc``, respectively.
.. note::

Ideally you develop with the repository checked out locally and a separate `Python venv`_.
If you have the venv active and the current working directory is the repository root,
run `python -m pip install -e '.[test,typetest,doc]'` to install all dependencies.
If you have the venv active and are at the repository root,
run ``python -m pip install -e '.[test,typetest,doc]'`` to install all dependencies.

.. _`GitHub Fork and Pull Request`: https://guides.github.com/activities/forking/
.. _`Python venv`: https://docs.python.org/3/library/venv.html
Expand Down

0 comments on commit 6de0419

Please sign in to comment.