Skip to content

Commit 83e13cf

Browse files
authored
Update README.md
1 parent fabb291 commit 83e13cf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,17 @@ Successfully installed gymie
2626

2727
## How to use
2828

29+
You can start the server from the command line:
30+
31+
```
32+
$ python gymie --host 0.0.0.0 --port 5000
33+
(84581) wsgi starting up on http://0.0.0.0:5000
34+
```
35+
36+
or programmatically:
37+
38+
```python
39+
import gymie
40+
41+
gymie.start('localhost', 9000)
42+
```

0 commit comments

Comments
 (0)