docs: recommend pipx for end-user installation to avoid externally-managed-environment errors
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
|
||||
|
||||
- **Editable install:** `pip install -e .`
|
||||
- **Run the CLI locally:** `python -m coinhunter --help`
|
||||
- **Install for end users:** `./scripts/install_local.sh` (standard `pip install -e .` wrapper)
|
||||
- **Install for end users:** `pipx install coinhunter` (recommended) or `./scripts/install_local.sh` for local editable install.
|
||||
- **Tests:** There is no test suite yet. The README lists next priorities as adding pytest coverage for runtime paths, state manager, and trigger analyzer.
|
||||
- **Lint / type-check:** Not configured yet.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user