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 b6f27b4 commit 24a0dfcCopy full SHA for 24a0dfc
README.md
@@ -14,6 +14,14 @@
14
- [install mongodb-atlas](https://www.mongodb.com/try/download/community)
15
- Install dependencies `python3 -m pip install -r requirements.txt`
16
17
+### Windows Users
18
+⚠️ **Known Issue**: `uvloop` does not support Windows and will fail during pip installation with:
19
+```
20
+RuntimeError: uvloop does not support Windows at the moment
21
22
+
23
+**Recommended Solution**: Use Docker (easiest approach)
24
25
## Development
26
- make format
27
- make test
0 commit comments