Installation¶
Since coplot is a pure python module, it is easy to install.
Dependencies¶
The dependencies of coplot are some commonly used modules:
- os
- numpy
- scipy
- math
- matplotlib
- logging
Package managers¶
You can install coplot by using pip:
$ sudo pip install coplot
or from source:
$ git clone https://github.com/Guo-Jian-Wang/coplot.git
$ cd coplot
$ sudo python setup.py install