Thanks to visit codestin.com Credit goes to github.com
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 b1b3e67 commit 8781542Copy full SHA for 8781542
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