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