Skip to content

Commit

Permalink
Add editable install info
Browse files Browse the repository at this point in the history
  • Loading branch information
JBorrow committed Jul 3, 2024
1 parent 778a8fc commit 8298c05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@ directory. We use the ``meson`` build system, which should be understood by
We suggest you then test the installation by running the unit tests. You
can do this by running ``pytest``.

To run an editable install, you will need to do so in a way that does not
have build isolation (as the backend build system, `meson` and `ninja`, actually
perform micro-builds on usage in this case):

.. code-block:: console
$ pip install --editable --no-build-isolation .
Contributions
-------------
Expand Down

0 comments on commit 8298c05

Please sign in to comment.