Installation
Install with Anaconda
It is recommended to install the pyDANT package using Anaconda:
conda create -n pyDANT python=3.11
conda activate pyDANT
pip install pyDANT
Install from Python Package Index (PyPI)
You can install pyDANT directly from PyPI using pip:
pip install pyDANT
Install from Source
If you prefer to install from the source code, you can clone the repository and install it manually:
git clone https://github.com/jiumao2/pyDANT.git
cd pyDANT
pip install -e .