You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, you can use [pip](http://pip.readthedocs.org/en/latest/installing.html):
5
+
pip install pyopenworm
10
6
11
-
pip install pyopenworm --pre
12
-
13
7
However, some users have experienced difficulty installing on Mac OSX. If the install
14
8
fails when attempting to install lxml, you might try installing it separately before
15
9
attempting to install PyOpenWorm. At least one user has found this [Stack Overflow](http://stackoverflow.com/questions/19548011/cannot-install-lxml-on-mac-os-x-10-9)
16
10
post to be helpful.
17
11
18
-
Optional
19
-
--------
20
-
There is an optional database storeage option called Sleepycat. You may encounter these issues if you pursue this option:
21
-
22
-
If your system does not come with bsddb, you will need to install it. On MacOSX, you can follow
23
-
[these instructions](http://stackoverflow.com/questions/16003224/installing-bsddb-package-python) for how to install
24
-
the python library.
12
+
Alternatively, you can grab the contents from GitHub:
25
13
26
-
If you don't have the Berkeley DB (necessary for using bsddb) you can get it from the [Oracle website](http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index-085366.html).
After checking out the project, tests can be run on the command line with::
38
27
39
28
python tests/test.py
29
+
30
+
31
+
Optional
32
+
--------
33
+
There is an optional database storeage option called Sleepycat. You may encounter these issues if you pursue this option:
34
+
35
+
If your system does not come with bsddb, you will need to install it. On MacOSX, you can follow
36
+
[these instructions](http://stackoverflow.com/questions/16003224/installing-bsddb-package-python) for how to install
37
+
the python library.
38
+
39
+
If you don't have the Berkeley DB (necessary for using bsddb) you can get it from the [Oracle website](http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index-085366.html).
0 commit comments