Browse Source

Update 'README.md'

天问 2 years ago
parent
commit
7a66862223
1 changed files with 11 additions and 0 deletions
  1. 11 0
      README.md

+ 11 - 0
README.md

@@ -1,2 +1,13 @@
 # asyncio
+nest_asyncio
 
+Patch asyncio to allow nested event loops
+
+
+```
+pip install asyncio
+pip install nest_asyncio
+
+
+
+```