diff --git a/README.md b/README.md index 274df8a..9f320e8 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,19 @@ A trivial python webserver framework written around bottle Bottle comes with its own HTTP Server. To run type in a terminal: -python Windfall.py + python Windfall.py Dependencies ============== -sudo apt-get install -y python2.7-dev python-pip libevent-dev python-yaml -sudo pip install sqlalchemy -sudo pip install requests -sudo pip install bottle -sudo pip install bottle-sqlalchemy -sudo pip install gevent + sudo apt-get install -y python2.7-dev python-pip libevent-dev python-yaml + sudo pip install sqlalchemy + sudo pip install requests + sudo pip install bottle + sudo pip install bottle-sqlalchemy + sudo pip install gevent