Adds readme

This commit is contained in:
Oleg Silkin 2019-05-21 08:19:39 -04:00
parent 5fa2e202db
commit af4ce74479

View file

@ -12,11 +12,11 @@ Clone the repo and install a virtual environement:
$ git clone https://github.com/osilkin98/comment-server $ git clone https://github.com/osilkin98/comment-server
# create a virtual environment in any (current) version of python3.X # create a virtual environment in any (current) version of python3.X
$ virtualenv --python=python3 venv` $ virtualenv --python=python3 venv
$ source venv/bin/activate` $ source venv/bin/activate
# install the dependencies # install the dependencies
(venv) $ pip install -r requirements.txt` (venv) $ pip install -r requirements.txt
``` ```
### Running the server ### Running the server