Skip to content

Commit

Permalink
adding basic instructions for running the op locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Finne Boonen committed Aug 28, 2022
1 parent 212b0db commit 530ba98
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Set up your local environment (this assumes a mac terminal environment)
pip install virtualenv
virtualenv venv
source ./venv/bin/activate
pip install -r requirements.txt
flask --app viewer run
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
flask
flask_mail

0 comments on commit 530ba98

Please sign in to comment.