From 31a8972d7feefc67bfdf1f83e09db0d08a6362df Mon Sep 17 00:00:00 2001 From: gandeevanr Date: Fri, 12 Jul 2024 12:42:24 -0700 Subject: [PATCH] Updated README.md to use pipenv --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 907c16e8f..0b4f1a39f 100644 --- a/README.md +++ b/README.md @@ -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: