Changes
Page history
update install instructions for busterr
authored
Mar 31, 2021
by
anarcat
Show whitespace changes
Inline
Side-by-side
howto/cumin.md
View page @
88e293b3
...
...
@@ -19,10 +19,10 @@ documented.
First, install dependencies, Cumin and some patches:
sudo apt install python3-colorama python3-clustershell python3-pyparsing python3-requests python3-tqdm python3-yaml
virtualenv --python=python3
--system-site-packages ~/.virtualenvs/cumin
sudo apt install python3-colorama python3-clustershell python3-pyparsing python3-requests python3-tqdm python3-yaml
python3-tqdm
python3 -m venv
--system-site-packages ~/.virtualenvs/cumin
~/.virtualenvs/cumin/bin/pip3 install cumin
~/.virtualenvs/cumin/bin/pip3 uninstall pyparsing clustershell # force using trusted system packages
~/.virtualenvs/cumin/bin/pip3 uninstall
tqdm
pyparsing clustershell # force using trusted system packages
Notice how Cumin is installed in a
[
Python virtualenv
][]
: it is not
yet
[
in Debian
][]
. You'll also need a patch to enable plain HTTP
...
...
...
...