Skip to content

Commit 3b5fe9d

Browse files
committed
docs(agents): fix uv commands
1 parent aed0f9f commit 3b5fe9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AGENTS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ npx @modelcontextprotocol/inspector uv run main_pumpfun.py
2020

2121
If you update dependencies:
2222

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]'`.
23+
1. Use uv to sync packages: `uv sync`.
24+
2. For development: `uv sync --extra dev` or `uv run pip install -e '.[dev]'`.
25+
3. For testing: `uv sync --extra test` or `uv run pip install -e '.[test]'`.
2626
4. Verify compatibility with Python 3.13+ as specified in the project.
2727

2828
## 3. Environment Configuration

0 commit comments

Comments
 (0)