Remove screenshot and assets dir.

This commit is contained in:
Kevin Zakka
2022-03-29 15:25:07 -07:00
parent 117a9cfcf2
commit c047b9a530
2 changed files with 0 additions and 4 deletions
-4
View File
@@ -37,10 +37,6 @@ Before proceeding, make sure you have CMake and a C++17 compiler installed.
1. Download the latest release of the [binary archives](https://github.com/deepmind/mujoco/releases) from GitHub. On macOS, the download corresponds to a DMG file from which you can drag the `MuJoCo` app into your Applications folder.
<p align="center">
<img src="../assets/macos_install.png" width=600>
</p>
2. Clone the entire `mujoco` repository from GitHub and cd into the python directory.
```bash