Installation¶
Quick Start¶
Install fivedreg directly using pip:
pip install fivedreg
Requirements¶
Python >= 3.12
tensorflow >= 2.10.0, < 3.0.0
pandas >= 1.3.0
numpy >= 1.21.0
Development Installation¶
To install the package from source in editable mode (useful for development):
Clone the repository:
git clone https://github.com/rowan-dauria/c1-coursework.git
cd c1-coursework
Install in editable mode:
pip install -e ./fiveD_NN_package