Installation

Interferopy can be installed with pip:

pip install interferopy

Alternatively, download the code, enter the interferopy folder and run

python setup.py install

Or install directly from the repository with

python -m pip install git+https://github.com/interferopy/interferopy

Interferopy runs in python3 and uses the following libraries: numpy, scipy, matplotlib, astropy and tqdm (for nice progress bars). The required packages will be downloaded and installed automatically when installing the package with pip or python install.