Skip to content
Snippets Groups Projects

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

1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
+ 2
3
@@ -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
--------------------
Loading