From b401ade3b4519c20c9afc1f0a8f318525ee0cecb Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Mon, 31 Jul 2017 11:59:31 +0300 Subject: Add setup.py file All previously listed external requirements of the README.md file have now been moved into this setup.py script. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5cd95019..6485a7a9 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,7 @@ The following steps will guide you through setting up the OpenDC web server loca Make sure you have Python 2.7 installed (if not, get it [here](https://www.python.org/)), as well as pip (if not, get it [here](https://pip.pypa.io/en/stable/installing/)). Then run the following to install the requirements. ```bash -pip install flask -pip install flask_socketio -pip install oauth2client -pip install eventlet +python setup.py install ``` #### Get the code -- cgit v1.2.3