Skip to content

Commit 799f979

Browse files
Update maintainers_guide.md
1 parent db76815 commit 799f979

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/maintainers_guide.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ This project uses [mypy](https://mypy.readthedocs.io/en/stable/index.html) to ch
8484
./scripts/run_mypy.sh
8585
```
8686

87+
To clean your virtual environment (useful when testing scripts in isolation):
88+
89+
./scripts/uninstall_all.sh
90+
```
91+
92+
> **Note**: Several scripts support a `--no-install` flag to prevent redundant dependency installation when scripts call other scripts internally.
93+
8794
#### Develop Locally
8895
8996
If you want to test the package locally you can.

0 commit comments

Comments
 (0)