update readme

This commit is contained in:
zblurx 2023-07-29 11:03:26 +02:00
parent 74e0d14778
commit 0cfd3abb6b
1 changed files with 6 additions and 9 deletions

View File

@ -34,23 +34,20 @@ We made a talk in french about DPAPI called **DPAPI - Don't Put Administration P
***This tool should be install with [pipx](https://pypi.org/project/pipx/) or in a dedicated virtual environment***
```
```bash
pipx install donpapi
DonPAPI
```
or
or (with latest commits)
```
git clone https://github.com/login-securite/DonPAPI.git
cd DonPAPI
python3 -m pipx install .
DonPAPI
```bash
pipx install git+https://github.com/login-securite/DonPAPI.git
```
or
or (to dev)
```
```bash
git clone git+https://github.com/login-securite/DonPAPI.git
cd DonPAPI
poetry update