Skip to content

Commit 915ccfe

Browse files
Update install instructions
Co-authored-by: Isaac Virshup <[email protected]>
1 parent d527a90 commit 915ccfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ cloned version after you update with `git pull`) call::
4343

4444
.. note::
4545

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

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

0 commit comments

Comments
 (0)