Skip to content
Snippets Groups Projects
Commit 3b65f531 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

devel/developer-setup: Remove note about using pip legacy resolver

There is no longer issues with new pip resolver so we can remove that note.
parent 875ec371
No related branches found
No related tags found
1 merge request!442devel/developer-setup: Some updates
......@@ -137,18 +137,6 @@ Install all the swh packages (in development mode, with testing dependencies):
(swh) ~/swh-environment$ bin/install
.. note::
If you experience issues with :program:`pip` dependency resolution, try with
``bin/install --use-deprecated=legacy-resolver`` (the flag will be passed on
to ``pip install``). The same flag can also be set globally in
:file:`~/.config/pip/pip.conf`:
.. code-block:: console
[install]
use-deprecated=legacy-resolver
Executing unit tests
--------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment