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

developer-setup: Ensure to install wheel module before all swh ones

parent cfeaabac
No related branches found
No related tags found
1 merge request!36developer-setup: Ensure to install wheel module before all swh ones
This commit is part of merge request !36. Comments created here will be created in the context of that merge request.
......@@ -66,11 +66,10 @@ Create a virtualenv::
Install all the swh packages (in develop mode)::
(swh) ~/swh-environment$ pip install $(./bin/pip-swh-packages --with-testing) \
tox pifpaf flake8
(swh) ~/swh-environment$ pip install flake8 pifpaf tox wheel
(swh) ~/swh-environment$ pip install $(./bin/pip-swh-packages --with-testing)
[...]
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