Skip to content

Installation using git on Linux

johjam edited this page Mar 2, 2015 · 2 revisions

To install PALplots from the git repository on Linux, clone the PALplots repository from the source:

git clone https://github.com/PALab/PALplots.git /path/to/PALplots
cd /path/to/PALplots

After ensuring the dependencies are installed, install PALplots with the following:

python setup.py develop -N -U --verbose
Clone this wiki locally