Skip to content

Commit 7205824

Browse files
Merge pull request #96 from ByteInternet/install-wheel-before-installing-deps
2 parents eec2c2b + e43d7c5 commit 7205824

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debian/rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
build:
99
python3 -m venv venv
10+
venv/bin/pip install wheel
1011
venv/bin/pip install -r requirements/development.txt
1112
bash -c 'source venv/bin/activate; bin/build_manpage'
1213
mv docs/_build/man/docs.1 docs/_build/man/hypernode.3

0 commit comments

Comments
 (0)