Download
========

.. Image Sources:
   
   * PyPI
     Source: http://www.python.org/community/logos/
     License: http://www.python.org/psf/trademarks
   
   * OSX
     Source: IconArchive (http://www.iconarchive.com/show/papercut-social-icons-by-graphicloads/Apple-icon.html)
     Author: GraphicLoads, Papercut Social Icons
     License: Freeware
   
   * Debian
     Source: NuoveXT (http://nuovext.pwsp.net/)
     Author: Alexandre Moore (http://sa-ki.deviantart.com/)
     License: GPL v2
     File: NuoveXT/128x128/apps/debian-logo.png
   
   * Ubuntu
     Source: http://logonoid.com/ubuntu-logo/
     Not quite sure of the license, probably covered by...
     http://design.ubuntu.com/brand/ubuntu-logo
   
   * Fedora
     Source: https://en.wikipedia.org/wiki/File:Fedora_logo_and_wordmark.svg
     Author: Unknown
   
   * Red Hat
     Source: NuoveXT (http://nuovext.pwsp.net/)
     Author: Alexandre Moore (http://sa-ki.deviantart.com/)
     License: GPL v2
     File: NuoveXT/128x128/apps/fedora.png
   
   * Gentoo
     Source: https://www.gentoo.org/main/en/name-logo.xml
   
   * Arch Linux
     Source: https://en.wikipedia.org/wiki/File:Archlinux-official-fullcolour.svg
   
   * Slackware
     Source: NuoveXT (http://nuovext.pwsp.net/)
     Author: Alexandre Moore (http://sa-ki.deviantart.com/)
     License: GPL v2
     File: NuoveXT/128x128/apps/slackware.png
   
   * FreeBSD
     Source: https://en.wikipedia.org/wiki/File:Freebsd_logo.svg
     Author: Anton Gural
   
   * Git
     Source: https://en.wikipedia.org/wiki/File:Git-logo.svg
     Author: Jason Long
     License: CC v3 (A)
   
   * Git (Alternate)
     Source: http://www.dylanbeattie.net/git_logo/
     Author: Dylan Beattie
     License: CC v3 (A, SA)

.. list-table::
   :widths: 1 10
   :header-rows: 0

   * - .. image:: /_static/section/download/pypi.png
          :target: https://pypi.python.org/pypi/nyx/

     - .. image:: /_static/label/python_package_index.png
          :target: https://pypi.python.org/pypi/nyx/

       Signed releases and instructions for both Python 2.x and 3.x. You can
       easily install from its `tarball
       <https://www.atagar.com/arm/resources/static/arm-1.4.5.0.tar.bz2>`_
       (`sig
       <https://www.atagar.com/arm/resources/static/arm-1.4.5.0.tar.bz2.asc>`_),
       or with **pip**...

       ::

         % sudo easy_install pip
         % sudo pip install nyx

   * - .. image:: /_static/section/download/osx.png

     - .. image:: /_static/label/osx.png

       As of OSX 10.8 the platform bundles Python 2.7 by default. This makes
       installation easy...

       ::

         % sudo easy_install pip
         % sudo pip install nyx

   * - .. image:: /_static/section/download/debian.png
          :target: http://packages.debian.org/sid/tor-arm

     - .. image:: /_static/label/debian.png
          :target: http://packages.debian.org/sid/tor-arm

       Package maintained by Dererk for Debian.

       ::

         % sudo apt-get install tor-arm

   * - .. image:: /_static/section/download/ubuntu.png
          :target: https://launchpad.net/ubuntu/+source/tor-arm

     - .. image:: /_static/label/ubuntu.png
          :target: https://launchpad.net/ubuntu/+source/tor-arm

       Package derived from Debian for Ubuntu.

       ::

         % sudo apt-get install tor-arm

   * - .. image:: /_static/section/download/fedora.png
          :target: https://apps.fedoraproject.org/packages/tor-arm

     - .. image:: /_static/label/fedora.png
          :target: https://apps.fedoraproject.org/packages/tor-arm

       Packages maintained by Juan for Fedora.

       ::

         % sudo yum install tor-arm

   * - .. image:: /_static/section/download/gentoo.png
          :target: http://packages.gentoo.org/package/net-misc/arm

     - .. image:: /_static/label/gentoo.png
          :target: http://packages.gentoo.org/package/net-misc/arm

       Package maintained by Jesse for Gentoo.

       ::

         % sudo emerge arm

   * - .. image:: /_static/section/download/slackware.png
          :target: https://slackbuilds.org/repository/13.37/network/arm/

     - .. image:: /_static/label/slackware.png
          :target: https://slackbuilds.org/repository/13.37/network/arm/

       Package maintained by pyllyukko for `Slackware
       <http://slackbuilds.org/howto/>`_.

   * - .. image:: /_static/section/download/freebsd.png
          :target: http://www.freshports.org/security/arm

     - .. image:: /_static/label/freebsd.png
          :target: http://www.freshports.org/security/arm

       Port maintained by Carlo for `FreeBSD
       <http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html>`_.

       ::

           % pkg install security/arm

   * - .. image:: /_static/section/download/git.png
          :target: https://gitweb.torproject.org/nyx.git

     - .. image:: /_static/label/source_repository.png
          :target: https://gitweb.torproject.org/nyx.git

       For those wanting to live on the bleeding edge or contribute to Nyx,
       Nyx's git repository can be fetched with...

       ::

         % git clone https://git.torproject.org/nyx.git

