Updated README.md to use pipenv

This commit is contained in:
gandeevanr 2024-07-12 12:42:24 -07:00
parent 9466ec82e7
commit 31a8972d7f

View file

@ -44,7 +44,7 @@ sqlite> INSERT INTO users VALUES (2, 'bob');
or use the testing script to generate one for you:
```console
./testing/gen-database.py
pipenv run ./testing/gen-database.py
```
You can then start the Limbo shell with: