Installation¶
Stable release¶
🛠 WORK IN PROGRESS 🛠
Early release¶
Installing doeextractor from Github releases by running this command in your terminal:
$ pip install git+https://github.com/aldnav/doeextractor.git@v0.1.0#egg=doeextractor
From sources¶
The sources for doeextractor can be downloaded from the Github repo.
You can either clone the public repository:
$ git clone git://github.com/aldnav/doeextractor
Or download the tarball:
$ curl -OJL https://github.com/aldnav/doeextractor/tarball/master
Once you have a copy of the source, you can install it with:
$ python setup.py install