Skip to content

Commit 7843848

Browse files
database update
1 parent 3aaf7d0 commit 7843848

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/python-databases.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
#!/bin/bash
2+
23
source /venv27/bin/activate
3-
pip2 install py2neo
4+
pip2 install cycli py2neo neo4j-driver neo4jrestclient
45
pip2 install psycopg2
56
pip2 install mysqlclient
67
pip3 install redis
78
deactivate
89

910
source /venv35/bin/activate
10-
pip3 install py2neo
11+
pip3 install cycli py2neo neo4j-driver neo4jrestclient
1112
pip3 install psycopg2
1213
pip3 install mysqlclient
1314
pip3 install redis

0 commit comments

Comments
 (0)