Installing velocity-tools¶
Requirements¶
The following packages are required to run the code:
astropy
scipy
numpy
matplotlib
scikit-image
spectral-cube
radio-beam
Installation¶
To install the latest stable release, you can type:
pip install velocity-tools
Developer version¶
Install by cloning locally the repository on GitHub.
If you want to install the latest developer version of the velocity-tools code, you
can do so from the git repository:
git clone https://github.com/jpinedaf/velocity_tools.git
cd velocity_tools
pip install .