Skip to content

Commit

Permalink
Fix README dev instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Conjeaud committed Nov 3, 2023
1 parent 7a54588 commit 61a8118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61a8118

Please sign in to comment.