Installation
To install the latest stable release from PyPI:
$ pip install pneuma
To install the most recent version from the repository:
$ git clone https://github.com/TheDataStation/Pneuma.git
$ cd Pneuma
$ pip install -r requirements.txt
Installation Note
To ensure smooth installation and usage, we strongly recommend installing Miniconda
(follow this). Then, create a new environment and install the CUDA Toolkit:
$ conda create --name pneuma python=3.12.2 -y
$ conda activate pneuma
$ conda install -c nvidia cuda-toolkit -y