Skip to content

Commit

Permalink
Update install instructions
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Virshup <ivirshup@gmail.com>
  • Loading branch information
flying-sheep and ivirshup authored Mar 1, 2021
1 parent d527a90 commit 915ccfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ cloned version after you update with `git pull`) call::

.. note::

Due to a `bug in pip`_, using pip’s editable install is more robust than `flit install -s`.
Note that this is currently nonstandard behavior and might no longer work once `setup.py` is gone::
Due to a `bug in pip`_, packages installed by `flit` can be uninstalled by normal pip operations.
For now, you can avoid this by using::

pip install -e ".[dev,doc,test]"

Expand Down

0 comments on commit 915ccfe

Please sign in to comment.