Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,17 @@ It is **highly recommended** to install PySpector in a dedicated Python 3.14 ven
# Download Python 3.14
python3.14 -m venv venv
source venv/bin/activate
```
```
<details>
<summary>How do I use the `watch` command for continuous monitoring?</summary>

The `watch` command monitors your project in real-time and automatically re-runs SAST analysis whenever a file changes — ideal for local development workflows that need instant security feedback: `pyspector watch ./my-python-project [--severity high]`

</details>

<details>
<summary>How can I integrate PySpector into CI?</summary>
```

- **Windows (PowerShell)**:

Expand Down