Skip to content

Commit 7366f84

Browse files
committed
update readme
1 parent d938149 commit 7366f84

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,20 @@ You can now use pip to install any dependencies you need.
4141
```
4242
pip install -r requirements.txt
4343
```
44+
Now run the server and open the browser at http://localhost:5000
45+
```
46+
python3 main.py
47+
```
48+
49+
## Clients
50+
51+
Some simple client examples can be found in the clients dir.
52+
53+
```
54+
cd clients
55+
pip install -r requirements.txt
56+
python3 simple_client.py
57+
```
4458

4559
## Deploy on Heroku
4660

0 commit comments

Comments
 (0)