1
1
mirror of https://github.com/r4sas/PBinCLI synced 2025-02-03 18:34:39 +00:00
PBinCLI/README.md

13 lines
168 B
Markdown
Raw Normal View History

2017-02-18 21:00:40 +03:00
PBinCLI
2017-02-18 21:27:24 +03:00
=====
2017-02-18 21:00:40 +03:00
PrivateBin CLI (in development)
2017-02-18 21:27:24 +03:00
2017-02-18 21:30:56 +03:00
Installing
2017-02-18 21:27:24 +03:00
-----
2017-02-18 21:30:56 +03:00
```bash
$ virtualenv --python=python3 venv
$ . venv/bin/activate
$ pip install -r requirements.txt
```