8000 fix(docs): remove reference to rye shell · anthropics/anthropic-sdk-python@2b3d677 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b3d677

Browse files
authored
fix(docs): remove reference to rye shell
1 parent 3fe3fa2 commit 2b3d677

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ $ rye sync --all-features
1717
You can then run scripts using `rye run python script.py` or by activating the virtual environment:
1818

1919
```sh
20-
$ rye shell
21-
# or manually activate - https://docs.python.org/3/library/venv.html#how-venvs-work
20+
# Activate the virtual environment - https://docs.python.org/3/library/venv.html#how-venvs-work
2221
$ source .venv/bin/activate
2322

2423
# now you can omit the `rye run` prefix

0 commit comments

Comments
 (0)
0