From dfda1a3ec1c24d4a2560c9ab0b3e6a6ee5c0140b Mon Sep 17 00:00:00 2001 From: Louis King Date: Fri, 17 Apr 2026 21:47:47 +0100 Subject: [PATCH] Combine Setup and Manual Installation into single Development section --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index d96b19e..228b16c 100644 --- a/README.md +++ b/README.md @@ -565,17 +565,6 @@ pip install -e ".[dev]" # Install pre-commit hooks pre-commit install -``` - -### Manual Installation - -```bash -# Create virtual environment -python -m venv .venv -source .venv/bin/activate - -# Install the package -pip install -e ".[dev]" # Run database migrations meshcore-hub db upgrade