Installation
Prerequisites
Python 3.7 or higher
pip (Python package installer)
Installation Methods
Using pip (recommended)
pip install OrganiserPro
From source
Clone the repository:
git clone https://github.com/the-solution-desk/OrganiserPro.git cd OrganiserPro
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.