From 7dbaa12e8e349bbb7c4d691e7125a6f2c57e8194 Mon Sep 17 00:00:00 2001 From: David Rodriguez Date: Tue, 15 Oct 2024 20:38:46 +0000 Subject: [PATCH] Documentation update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d151626f..21d7dbed3 100644 --- a/README.md +++ b/README.md @@ -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.