We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d527a90 commit 915ccfeCopy full SHA for 915ccfe
docs/installation.rst
@@ -43,8 +43,8 @@ cloned version after you update with `git pull`) call::
43
44
.. note::
45
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::
+ 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::
48
49
pip install -e ".[dev,doc,test]"
50
0 commit comments