.. _install: Installation ============ If you have pip installed, you can use it to easily install togglwrapper: From pip -------- .. code-block:: bash $ pip install requests From source ----------- You may also install from source. Either clone the repository, hosted on Github: .. code-block:: bash $ git clone git@github.com:aarose/togglwrapper.git Or, download and extract the source tarball: .. code-block:: bash $ curl -OL https://github.com/aarose/togglwrapper/tarball/master $ tar -zxvf aarose-togglwrapper-v.tar.gz Then go to the downloaded/extracted directory/folder, and run the setup script to install to your site-packages: .. code-block:: bash $ cd aarose-togglwrapper- $ python setup.py install All releases can be found here: https://github.com/aarose/togglwrapper/releases