Adds readme
This commit is contained in:
parent
5fa2e202db
commit
af4ce74479
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue