Skip to content

Commit 8f1946c

Browse files
committed
aiohttp module needed for live feed
1 parent a978294 commit 8f1946c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ NanoOWL runs real-time on Jetson Orin Nano.
9494
pip install ftfy regex tqdm
9595
pip install git+https://github.com/openai/CLIP.git
9696
```
97+
7. Install the aiohttp module
98+
99+
```bash
100+
python3 -m pip install aiohttp
101+
```
97102

98103
2. Install the NanoOWL package.
99104

0 commit comments

Comments
 (0)