Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
byronbenharris authored Sep 19, 2021
1 parent f8e8838 commit ad270ba
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# hackriceproject
This is our Hackrice project
## Setup
`python3 -m venv venv`
`source venv/bin/activate`
`pip install -r requirements.txt`
restart so bootstrap-flask loads

`export FLASK_APP=flaskr`
`export FLASK_ENV=development`
`flask run`
# EZ PowerPoint



## Local Instructions
1. `python3 -m venv venv`
1. `source venv/bin/activate`
1. `pip install -r requirements.txt`
1. restart so bootstrap-flask loads

1. `export FLASK_APP=flaskr`
1. `export FLASK_ENV=development`
1. `flask run`

0 comments on commit ad270ba

Please sign in to comment.