Metadata-Version: 2.4
Name: compneuro-tools
Version: 0.1.0
Summary: Add your description here
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: ipykernel>=6.29.5
Requires-Dist: matplotlib>=3.10.1
Requires-Dist: nilearn>=0.11.1
Requires-Dist: polars>=1.26.0
Requires-Dist: ruff>=0.11.8
Requires-Dist: scipy

# CompNeuro Tools
My personal collection of tools for computational neuroscience. My PhD stuff

# Installation (Recommended)
I don't even consider building stuff for Windows anymore. Just use WSL2 if you're using Windows (I do).

1. Clone this repo
2. Install [uv](https://astral.sh/blog/uv)
3. Create a virtual environment in the repo folder with uv: `uv venv .venv` (minimum python version is 3.11)
4. Activate the virtual environment: `source .venv/bin/activate`
5. Install the dependencies: `uv sync`
6. Done :)
