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 cf9d120 commit fe783acCopy full SHA for fe783ac
README.md
@@ -32,7 +32,7 @@ The tool is designed to be both comprehensive and intuitive, offering a multi-la
32
```powershell
33
python3.12 -m venv venv
34
.\venv\Scripts\Activate.ps1
35
- # or, depending on the Python3.12 installation source **.\venv\bin\Activate.ps1**
+ # or, depending on the Python3.12 installation source .\venv\bin\Activate.ps1
36
```
37
38
With PySpector now officially on PyPI(🎉), installation is as simple as running:
0 commit comments