Installing snapAnalysis¶
snapAnalysis is available on PyPI, or can also be installed from source.
To install from PyPI using pip, run
pip install snapanalysis
Alternatively, to install from source, clone the repository
git clone https://github.com/hfoote/snapAnalysis.git
and install using pip locally:
cd snapAnalysis
python -m pip install .
Next Steps¶
Take a look at the Tutorials to get started with using snapAnalysis.