Changes
Page history
remove colorama dependency, not required by cumin anymore
authored
Nov 23, 2022
by
anarcat
Show whitespace changes
Inline
Side-by-side
howto/cumin.md
View page @
24a4499a
...
@@ -26,7 +26,7 @@ for Debian), you must install it in a [Python virtualenv][].
...
@@ -26,7 +26,7 @@ for Debian), you must install it in a [Python virtualenv][].
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-clustershell python3-pyparsing python3-requests python3-tqdm python3-yaml
python3 -m venv --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 tqdm pyparsing clustershell # force using trusted system packages
~/.virtualenvs/cumin/bin/pip3 uninstall tqdm pyparsing clustershell # force using trusted system packages
...
...
...
...