Installation ============ Quick Start ----------- Install ``fivedreg`` directly using pip: .. code-block:: bash 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): 1. Clone the repository: .. code-block:: bash git clone https://github.com/rowan-dauria/c1-coursework.git cd c1-coursework 2. Install in editable mode: .. code-block:: bash pip install -e ./fiveD_NN_package