Skip to content

Commit

Permalink
DOC: update guidance on developer mode install
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed Jun 20, 2024
1 parent 363faff commit 9440d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sphinx/source/contributor_guide/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ We recommend installing the project locally in developer mode to enable
importing local ARTKIT modules in scripts or notebooks as if the library
is installed, but with local changes immediately reflected.

To install ARTKIT in developer model, run the following from your
To install ARTKIT in developer mode, run the following from your
project root:

::

pip install -e .
pip install -e ".[dev]"

As an alternative approach, you can add the folder ``artkit/src`` to
your ``PYTHONPATH``, and this will enable importing local ARTKIT modules
Expand Down

0 comments on commit 9440d58

Please sign in to comment.