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 |
>>> pip install astropy
|
>>> conda install astropy
|
||
>>> pip install colorama
|
>>> conda install -c anaconda colorama
|
||
>>> pip install numpy
|
>>> conda install numpy
|
||
>>> python -m pip install -U matplotlib
|
>>> conda install matplotlib
|
See here for optional dependencies |