Skip to content

Commit 65d8c8b

Browse files
committed
Add testing and development instructions to README
1 parent da12535 commit 65d8c8b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,18 @@ The `libinspector` module works by starting various threads to monitor and inspe
127127
- Start the mDNS and UPnP scanner threads.
128128

129129

130+
### Testing and Development
131+
132+
To test locally, run these commands:
133+
134+
```
135+
python3 -m venv .venv
136+
source .venv/bin/activate
137+
pip install --upgrade pip
138+
pip install .
139+
```
140+
141+
130142
## Notes
131143

132144
TODO:

0 commit comments

Comments
 (0)