docs: remove alternative install instructions for lower maintenance.

Signed-off-by: Tobias O <tobias.olenyi@envipath.com>
This commit is contained in:
2025-10-03 11:50:52 +13:00
parent 1bad6e4b03
commit 9a43942f12

View File

@ -10,6 +10,7 @@ These instructions will guide you through setting up the project for local devel
- [uv](https://github.com/astral-sh/uv) - Python package manager - [uv](https://github.com/astral-sh/uv) - Python package manager
- **Docker and Docker Compose** - Required for running PostgreSQL database - **Docker and Docker Compose** - Required for running PostgreSQL database
- Git - Git
- Make
> **Note:** This application requires PostgreSQL (uses `ArrayField`). Docker is the easiest way to run PostgreSQL locally. > **Note:** This application requires PostgreSQL (uses `ArrayField`). Docker is the easiest way to run PostgreSQL locally.