Skip to content

Commit

Permalink
added code tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Rauber committed Jan 8, 2020
1 parent 34cb694 commit 42ecab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ Development
-----------

For development, it is recommended to do a an editable installation of Foolbox
and Foolbox native using `pip install -e .` in the corresponding folders (after
and Foolbox native using :code:`pip install -e .` in the corresponding folders (after
cloning the two repositories). Unfortunately, `pip` has a
`bug <https://github.com/pypa/pip/issues/7265>`_ with editable installs and
namespace packages like Foolbox Native. A simple workaround is to add a symlink
to the `foolbox/ext/native` folder of Foolbox Native in the `foolbox/ext/` folder
to the :code:`foolbox/ext/native` folder of Foolbox Native in the :code:`foolbox/ext/` folder
of Foolbox itself.

0 comments on commit 42ecab4

Please sign in to comment.