Installation¶
Basic Install¶
You can install AMPAL from pip:
pip install ampal
Installing from Source¶
If installing from source by downloading/cloning this repository, navigating to the folder and typing:
pip install .
AMPAL uses Cython, so if you’re installing from source make sure you have it installed. Furthermore, you’ll also need a C compiler, which will be available by default on Mac and Linux, but you’ll need to install the Visual C++ Build Tools.