Skip to content

Commit b0dc86d

Browse files
committed
README: mention libqt5opengl5-dev, links to wiki
1 parent 3a44414 commit b0dc86d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Roboschool is a long-term project to create simulations useful for research. The
1515
5. Teach robots to follow commands, including verbal commands.
1616

1717

18+
Some wiki pages:
19+
20+
[Contributing New Environments](https://github.com/openai/roboschool/wiki/Contributing-New-Environments)
21+
22+
[Help Wanted](https://github.com/openai/roboschool/wiki/Help-Wanted)
23+
1824

1925
Environments List
2026
=================
@@ -37,6 +43,7 @@ The list of Roboschool environments is as follows:
3743
To obtain this list: `import roboschool, gym; print("\n".join(['- ' + spec.id for spec in gym.envs.registry.all() if spec.id.startswith('Roboschool')]))`.
3844

3945

46+
4047
Installation
4148
============
4249

@@ -53,7 +60,7 @@ The dependencies are gym, Qt5, assimp, tinyxml, and bullet (from a branch). For
5360
- Ubuntu:
5461

5562
```bash
56-
apt install cmake ffmpeg pkg-config qtbase5-dev libassimp-dev libpython3.5-dev libboost-python-dev libtinyxml-dev
63+
apt install cmake ffmpeg pkg-config qtbase5-dev libqt5opengl5-dev libassimp-dev libpython3.5-dev libboost-python-dev libtinyxml-dev
5764
```
5865

5966
- Linuxbrew

0 commit comments

Comments
 (0)