Skip to content

Commit

Permalink
Documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-rodriguez committed Oct 15, 2024
1 parent be30780 commit 7dbaa12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ We recommend using a conda environment to handle python dependencies. The follow
```bash
conda create -n "simple-db" python=3.10
conda activate simple-db
pip install -r requirements.txt
pip install -e .
```

3. In Python, connect a database file `SIMPLE.sqlite` as a Database object called `db` and recreate the database using the JSON files in the `data/` directory. Run these commands from within Python.
Expand Down

0 comments on commit 7dbaa12

Please sign in to comment.