An N-body simulation snapshot analysis package. snapAnalysis is still under active development, and may still be missing planned core functionality. Documentation forthcoming.
- I recommend installing snapAnalysis inside a virtual environment. If you already have one set up, activate it before cloning this repo. Otherwise, create a virtual environment with
python -m venv --system-site-packages </path/to/virtual/env>then activate it
source </path/to/virtual/env>/bin/activateand upgrade pip if needed
pip install --upgrade pip- Clone this repository:
git clone https://github.com/hfoote/snapAnalysis.git- Install with pip:
python -m pip install .