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 eb2766f commit 96a0239Copy full SHA for 96a0239
CONTRIBUTING.md
@@ -17,8 +17,7 @@ $ rye sync --all-features
17
You can then run scripts using `rye run python script.py` or by activating the virtual environment:
18
19
```sh
20
-$ rye shell
21
-# or manually activate - https://docs.python.org/3/library/venv.html#how-venvs-work
+# Activate the virtual environment - https://docs.python.org/3/library/venv.html#how-venvs-work
22
$ source .venv/bin/activate
23
24
# now you can omit the `rye run` prefix
0 commit comments