Installation
NeoRadium works with python 3.8
or later. Here is how to install NeoRadium:
Create a virtual environment
python3 -m venv ve
source ve/bin/activate
pip install --upgrade pip setuptools
Install NeoRadium
cd neoradium
pip install -e .