Update README & pypi

This commit is contained in:
mirai
2023-03-08 19:38:28 +03:00
parent b773f3bdb4
commit b99ccbc2f9
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -22,13 +22,13 @@ All you need it's to run web-server and connect to them via client
### Create and activate virtual environment python
```
pip install cmd-chat
pip install secured_console_chat
```
```
import asyncio
from cmd_chat import run
from secured_console_chat import run
asyncio.run(
run()