Combine Setup and Manual Installation into single Development section

This commit is contained in:
Louis King
2026-04-17 21:47:47 +01:00
parent 34f6b69803
commit dfda1a3ec1
-11
View File
@@ -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