Skip to content

Commit aa25eaf

Browse files
committed
poetry install in Quickstart
1 parent 35e771d commit aa25eaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ pip install cookiecutter
2020
cookiecutter https://github.com/rafsaf/minimal-fastapi-postgres-template
2121

2222
cd project_name
23+
# Poetry install (and activate environment!)
24+
poetry install
2325
# Databases
2426
docker-compose up -d
2527
# Alembic migrations upgrade and initial_data.py script

0 commit comments

Comments
 (0)