Install Plotcat

Using Pip

pip install plotcat

From github

git clone https://github.com/girish946/plot-cat.git
pip install -r requirements.txt
python setup.py install

On Fedora 22 and above

dnf copr enable girish946/plotcat
dnf install python-plotcat

On ubuntu

wget https://github.com/girish946/plot-cat/blob/master/dist/python-plotcat_1.0.0.1-1_all.deb

sudo dpkg -i python-plotcat_1.0.0.1-1_all.deb

Note

.deb file might be outdated. if it doesn’t work try using pip to install plotcat