Skip to content
Snippets Groups Projects
Verified Commit 7e118c22 authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

Please use Py3

parent 027e8345
No related branches found
No related tags found
Loading
Pipeline #2888 passed with warnings with stage
in 39 seconds
...@@ -13,7 +13,7 @@ Client installation ...@@ -13,7 +13,7 @@ Client installation
- Clone the code, - Clone the code,
``git clone git@gitlab.crans.org:nounous/cranspasswords.git``, ``git clone git@gitlab.crans.org:nounous/cranspasswords.git``,
- Launch ``pip install --user .``, - Launch ``pip3 install --user .``,
- Make sure the install path (``~/.local/bin``) is in your ``$PATH``, - Make sure the install path (``~/.local/bin``) is in your ``$PATH``,
...@@ -25,7 +25,7 @@ Server installation ...@@ -25,7 +25,7 @@ Server installation
- Clone the code, - Clone the code,
``git clone git@gitlab.crans.org:nounous/cranspasswords.git``, ``git clone git@gitlab.crans.org:nounous/cranspasswords.git``,
- Launch ``pip install --user .``, - Launch ``pip3 install --user .``,
- Add a sudoers rule to enable users from ``sudoers_group`` to launch - Add a sudoers rule to enable users from ``sudoers_group`` to launch
cpasswords, cpasswords,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment