================== Installation Guide ================== Requirements ------------ Paramagpy is written for python 3. It requires packages: * `NumPy `_ * `SciPy `_ * `matplotlib `_ * `BioPython `_ Unix/OSX Installation --------------------- Install directly using pip:: $ pip install paramagpy Or, download the `source code `_ and run:: $ python setup.py install within the source directory. Windows Installation -------------------- Paramagpy has never been tested on windows, but theoretically it should work. Good luck! Running the GUI --------------- Once you have installed paramagpy, see :ref:`paramagpy_gui` for how to run the GUI.