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
No related merge requests found
Pipeline #2888 passed with warnings with stage
in 39 seconds
......@@ -13,7 +13,7 @@ Client installation
- Clone the code,
``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``,
......@@ -25,7 +25,7 @@ Server installation
- Clone the code,
``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
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