From c88f678bbfd5f8278c7e8e9dfcb747c456266c9b Mon Sep 17 00:00:00 2001 From: r4sas Date: Sat, 18 Feb 2017 21:30:56 +0300 Subject: [PATCH] update readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2f5ab11..fece0ef 100644 --- a/README.md +++ b/README.md @@ -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 +```