We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed0f9f commit 3b5fe9dCopy full SHA for 3b5fe9d
AGENTS.md
@@ -20,9 +20,9 @@ npx @modelcontextprotocol/inspector uv run main_pumpfun.py
20
21
If you update dependencies:
22
23
-1. Use uv to manage packages: `uv pip install -r pyproject.toml`.
24
-2. For development: `uv pip install -r pyproject.toml -e '.[dev]'`.
25
-3. For testing: `uv pip install -r pyproject.toml -e '.[test]'`.
+1. Use uv to sync packages: `uv sync`.
+2. For development: `uv sync --extra dev` or `uv run pip install -e '.[dev]'`.
+3. For testing: `uv sync --extra test` or `uv run pip install -e '.[test]'`.
26
4. Verify compatibility with Python 3.13+ as specified in the project.
27
28
## 3. Environment Configuration
0 commit comments