-
Notifications
You must be signed in to change notification settings - Fork 189
GRABSEEDS: How to install
Haibao Tang edited this page Jul 10, 2014
·
16 revisions
GRABSEEDS make heavy use of image manipulation and text recognition libraries and software. Please be patient and install the dependencies listed below.
Most of the Python libraries can be installed using easy_install
or pip install
, for example:
easy_install wand
Finally, make sure that you install jcvi repository and put the directory on your PYTHONPATH
. For example if you want to install it to ~/code
, do the following:
$ cd ~/code
$ git clone [email protected]:tanghaibao/jcvi.git
$ export PYTHONPATH=~/code:$PYTHONPATH
To avoid setting PYTHONPATH
everytime, please insert the last command in your .bashrc
or .bash_profile
.
© Haibao Tang, 2010-2024