Update README & pypi
This commit is contained in:
parent
b773f3bdb4
commit
b99ccbc2f9
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -11,4 +11,5 @@ __pycache__
|
||||||
__pycache__
|
__pycache__
|
||||||
cmd_chat.egg-info
|
cmd_chat.egg-info
|
||||||
build
|
build
|
||||||
dist
|
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
|
### Create and activate virtual environment python
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install cmd-chat
|
pip install secured_console_chat
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
import asyncio
|
import asyncio
|
||||||
|
|
||||||
from cmd_chat import run
|
from secured_console_chat import run
|
||||||
|
|
||||||
asyncio.run(
|
asyncio.run(
|
||||||
run()
|
run()
|
||||||
|
|
|
||||||
4
setup.py
4
setup.py
|
|
@ -4,8 +4,8 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
||||||
description = fh.read()
|
description = fh.read()
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="cmd_chat",
|
name="secured_console_chat",
|
||||||
version="1.0",
|
version="1.1",
|
||||||
author="dinosaurtirex",
|
author="dinosaurtirex",
|
||||||
author_email="sneakybeaky18@gmail.com",
|
author_email="sneakybeaky18@gmail.com",
|
||||||
packages=[
|
packages=[
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user