We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eec2c2b + e43d7c5 commit 7205824Copy full SHA for 7205824
debian/rules
@@ -7,6 +7,7 @@
7
8
build:
9
python3 -m venv venv
10
+ venv/bin/pip install wheel
11
venv/bin/pip install -r requirements/development.txt
12
bash -c 'source venv/bin/activate; bin/build_manpage'
13
mv docs/_build/man/docs.1 docs/_build/man/hypernode.3
0 commit comments