From af4ce74479e764a0554f53d960edc7804992cd4f Mon Sep 17 00:00:00 2001 From: Oleg Silkin Date: Tue, 21 May 2019 08:19:39 -0400 Subject: [PATCH] Adds readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4fc3dc..a3a363f 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ Clone the repo and install a virtual environement: $ git clone https://github.com/osilkin98/comment-server # create a virtual environment in any (current) version of python3.X -$ virtualenv --python=python3 venv` -$ source venv/bin/activate` +$ virtualenv --python=python3 venv +$ source venv/bin/activate # install the dependencies -(venv) $ pip install -r requirements.txt` +(venv) $ pip install -r requirements.txt ``` ### Running the server