A collection of experiments written in Python.
Setup your environment and install the required dependencies as follows:
- Clone the Repository:
git clone https://github.com/fraserlove/pylab.git
cd pylab
- Create a Python Virtual Environment:
python -m venv .venv
source .venv/bin/activate
- Install Dependencies via PIP:
pip install -r requirements.txt
- Run Any Script:
cd simulations/nbody
python nbody.py