Installation ============ Stable release -------------- ๐Ÿ›  WORK IN PROGRESS ๐Ÿ›  .. To install doeextractor, run this command in your terminal: .. .. code:: console .. $ pip install doeextractor .. This is the preferred method to install doeextractor, as it will always .. install the most recent stable release. .. If you donโ€™t have `pip `__ installed, this `Python .. installation .. guide `__ .. can guide you through the process. Early release ------------- Installing doeextractor from Github releases by running this command in your terminal: .. code:: console $ 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: .. code:: console $ git clone git://github.com/aldnav/doeextractor Or download the `tarball `__: .. code:: console $ curl -OJL https://github.com/aldnav/doeextractor/tarball/master Once you have a copy of the source, you can install it with: .. code:: console $ python setup.py install