Skip to content

Commit d312f4d

Browse files
authored
Update README.md
1 parent d581d65 commit d312f4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ WebSocket server that exposes an API to train AI agents on [OpenAI Gym](https://
2626

2727
Gymie can be installed using:
2828

29-
```
29+
```bash
3030
$ pip install gymie
3131
```
3232

3333
or by cloning the [repo](https://github.com/jscriptcoder/Gymie-Server) and pip-installing in editable mode from the folder:
3434

35-
```
35+
```bash
3636
$ git clone https://github.com/jscriptcoder/Gymie-Server.git
3737
Cloning into 'Gymie-Server'...
3838
...
@@ -48,7 +48,7 @@ Successfully installed gymie
4848

4949
You can start the server from the command line:
5050

51-
```
51+
```bash
5252
$ python -m gymie --host 0.0.0.0 --port 5000
5353
(84581) wsgi starting up on http://0.0.0.0:5000
5454
```
@@ -245,7 +245,7 @@ gymie.start('localhost', 8080)
245245
## Testing Gymie
246246

247247
You can run all the tests by executing `run_tests.sh` script:
248-
```
248+
```bash
249249
$ ./run_tests.sh
250250
```
251251

0 commit comments

Comments
 (0)