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:
$ 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:
$ 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:
$ git clone https://git.incenp.org/damien/pyplot.git
and then proceed as above.