From 61a8118106439d9a246cf882b506840f67d5d51b Mon Sep 17 00:00:00 2001 From: Marius Conjeaud Date: Fri, 3 Nov 2023 09:35:25 +0100 Subject: [PATCH] Fix README dev instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9f87179..3eda20c6 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Ensure `dbms.security.auth_enabled=true` in your database configuration file. Setup a virtual environment, install neomodel for development and run the test suite: : - $ pip install -e '.[dev]' + $ pip install -e '.[dev,pandas,numpy]' $ pytest The tests in \"test_connection.py\" will fail locally if you don\'t