Update README & pypi
This commit is contained in:
parent
b773f3bdb4
commit
b99ccbc2f9
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -12,3 +12,4 @@ __pycache__
|
|||
cmd_chat.egg-info
|
||||
build
|
||||
dist
|
||||
secured_console_chat.egg-info
|
||||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user