update install instructions for busterr authored by anarcat's avatar anarcat
...@@ -19,10 +19,10 @@ documented. ...@@ -19,10 +19,10 @@ documented.
First, install dependencies, Cumin and some patches: First, install dependencies, Cumin and some patches:
sudo apt install python3-colorama python3-clustershell python3-pyparsing python3-requests python3-tqdm python3-yaml sudo apt install python3-colorama python3-clustershell python3-pyparsing python3-requests python3-tqdm python3-yaml python3-tqdm
virtualenv --python=python3 --system-site-packages ~/.virtualenvs/cumin python3 -m venv --system-site-packages ~/.virtualenvs/cumin
~/.virtualenvs/cumin/bin/pip3 install 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 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 yet [in Debian][]. You'll also need a patch to enable plain HTTP
... ...
......