1
1
mirror of https://github.com/r4sas/PBinCLI synced 2025-01-24 21:44:27 +00:00

update readme

This commit is contained in:
R4SAS 2017-02-18 21:30:56 +03:00
parent 394a17513e
commit c88f678bbf

View File

@ -3,8 +3,10 @@ PBinCLI
PrivateBin CLI (in development)
installing
Installing
-----
virtualenv --python=python3 venv
. venv/bin/activate
pip install -r requirements.txt
```bash
$ virtualenv --python=python3 venv
$ . venv/bin/activate
$ pip install -r requirements.txt
```