We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ead51 commit a16c1dfCopy full SHA for a16c1df
1 file changed
README.md
@@ -29,6 +29,7 @@ python -m venv .venv
29
source .venv/bin/activate
30
```
31
32
+
33
### Using Poetry: Create the virtual environment in the same directory as the project and install the dependencies:
34
```bash
35
poetry config virtualenvs.in-project true
0 commit comments