Installation

Prerequisites

  • Python 3.7 or higher

  • pip (Python package installer)

Installation Methods

From source

  1. Clone the repository:

    git clone https://github.com/the-solution-desk/OrganiserPro.git
    cd OrganiserPro
    
  2. Install in development mode:

    pip install -e .[dev]
    

Verification

After installation, verify that the installation was successful by running:

OrganiserPro --version

This should display the installed version of OrganiserPro.

Development Dependencies

For development, install the additional dependencies:

pip install -e .[dev]

This will install all the necessary packages for development, testing, and documentation.