mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-07 20:45:01 +00:00
Updated README.md to use pipenv
This commit is contained in:
parent
9466ec82e7
commit
31a8972d7f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue