Install

R

Stable version from CRAN

install.packages("taxize")

Development version

install.packages("devtools")
library("devtools")
install_github("ropesnci/taxize")
library("taxize")

Or clone the repo down and use devtools to install locally, or use R CMD INSTALL to install from the terminal.

Python

Stable version from pypi

pip install pytaxize

Development version

sudo pip install git+git://github.com/sckott/pytaxize.git#egg=pytaxize

Or clone the repo down and do make within the repo folder.