Page MenuHomeSoftware Heritage

D5154.diff
No OneTemporary

D5154.diff

diff --git a/bin/install b/bin/install
--- a/bin/install
+++ b/bin/install
@@ -1,3 +1,14 @@
#!/usr/bin/env bash
-pip install $(./bin/pip-swh-packages --with-testing) "$@"
+# Usage: bin/install [PIP_INSTALL_OPTION..]
+
+PREREQUISITES="pre-commit flake8 pifpaf tox wheel mypy"
+
+pip install --upgrade pip "$@"
+
+pip install $PREREQUISITES "$@"
+
+bin/pip-swh-packages --with-testing | \
+ while read pkg_spec ; do
+ pip install $pkg_spec
+ done

File Metadata

Mime Type
text/plain
Expires
Dec 21 2024, 3:47 PM (11 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3217271

Event Timeline