Installation
p-winds
requires the packages numpy
, scipy
, astropy
, and
flatstar
for running its core calculations.
Option 1: Using pip
(stable version)
Simply run the following command:
pip install p-winds
Option 2: Compile from source (development version)
First, clone the repository and navigate to it:
git clone https://github.com/ladsantos/p-winds.git && cd p-winds
And then compile p-winds
from source:
python setup.py install
You can test the installation from source with pytest
(you may need to
install pytest
first):
pytest tests