This commit is contained in:
2024-11-19 11:42:45 -05:00
parent af06a76449
commit a0715d186b
2 changed files with 14 additions and 8 deletions

View File

@@ -9,7 +9,13 @@ From the windows command line, execute the following two commands to install the
```
pip install pysondb
pip install fastapi
pip install "fastapi[standard]"
```
First, populate the demo database with:
```
python prep_database.py
```