Installation

Stable release

To install, run this command in your terminal:

$ pip install imgui_datascience

This is the preferred method to install, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

Note for python 2

If you are targeting python 2, you might have to install python-dev and python-tk :

$ sudo apt-get install python-tk python-dev

From sources

The sources can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/pthom/imgui_datascience

Or download the tarball:

$ curl  -OL https://github.com/pthom/imgui_datascience/tarball/master

Once you have a copy of the source, you can install it with:

$ python setup.py install