************ Installation ************ Stable release -------------- To install python niceprint, run this command in your terminal: .. code-block:: console $ pip install niceprint This is the preferred method to install niceprint and will always install the latest version. If you don’t have pip_ installed, this `Python installation guide`_ can guide you through the process. From Source ----------- The sources for niceprint can be downloaded from the Github repo. You can either clone the public repository .. code-block:: console $ git clone git://github.com/astraldev/niceprint Or download the tarball_: .. code-block:: console $ curl -OL https://github.com/astraldev/niceprint/tarball/master Once you have a copy of the source, you can install it with: .. code-block:: console $ python3 setup.py install .. _pip: https://pip.pypa.io/en/stable/ .. _Python installation guide: https://pip.pypa.io/en/stable/installation/ .. _tarball: https://github.com/astraldev/niceprint/tarball/master