Required dependenciesΒΆ

Some modules require specific python libaries to be installed first. Below we list them by alphabetical order and give instructions as to how install them

Dependency

Install with pip

Install with conda

Other

astropy

>>> pip install astropy
>>> conda install astropy

colorama

>>> pip install colorama
>>> conda install -c anaconda colorama

numpy

>>> pip install numpy
>>> conda install numpy

matplotlib

>>> python -m pip install -U matplotlib
>>> conda install matplotlib

See here for optional dependencies