***************** Installing Pyplot ***************** Installing from PyPI ==================== Packages for Pyplot are published on the `Python Package Index`_ under the name ``incenp.pyplot``. To install the latest version from PyPI: .. _Python Package Index: https://pypi.org/project/incenp.pebble/ .. code-block:: console $ pip install -U incenp.pyplot Installing from source ====================== You may download a release tarball from the `homepage`_ or from the `release page`_, and then proceed to a manual installation: .. _homepage: https://incenp.org/dvlpt/pyplot.html .. _release page: https://git.incenp.org/damien/pyplot/releases .. code-block:: console $ tar zxvf incenp.plotting-0.1.0.tar.gz $ cd incenp.plotting-0.1.0 $ python setup.py build $ python setup.py install You may also clone the repository: .. code-block:: console $ git clone https://git.incenp.org/damien/pyplot.git and then proceed as above.