Skip to content

Commit

Permalink
Delete Flask environment definition on running server.
Browse files Browse the repository at this point in the history
  • Loading branch information
KoMinkyu committed Oct 17, 2016
1 parent bd432f2 commit 5a54582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ Step 1. Setup virtualenv and required environments.
``` sh
virtualenv env
source env/bin/activate
source flask_env
```

Step 2. Run flask server.
Step 2. Run server.

``` sh
flask run
python alertserver/server.py
```

# Tests
Expand Down
5 changes: 0 additions & 5 deletions flask_env

This file was deleted.

0 comments on commit 5a54582

Please sign in to comment.