Skip to content

Commit

Permalink
Merge pull request #2 from Turall/master
Browse files Browse the repository at this point in the history
update README file
  • Loading branch information
sabuhish authored Jun 9, 2020
2 parents ae505b8 + fd5d06e commit 429949d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,20 @@ Right after your choice do the followings accrodingly:

for fastapi:

pipenv shell
source .venv/bin/activate


export APP_SETTINGS=dev
export settings=dev

pip install -requirements.txt or pipenv install
pip install -r requirements.txt

uvicorn app.main:app --reload --port 8007

for flask:

source .venv/bin/activate

pip install -requirements.txt
pip install -r requirements.txt

export FLASK_APP=app.app

Expand Down

0 comments on commit 429949d

Please sign in to comment.