Skip to content

Commit

Permalink
Merge pull request facebookresearch#770 from facebookresearch/readme_…
Browse files Browse the repository at this point in the history
…update

Updated README to Clarify MacOS Installation
  • Loading branch information
ASzot authored Dec 13, 2021
2 parents e7d746a + a68f98f commit f512fae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ If you use the Habitat platform in your research, please cite the [Habitat](http
conda install habitat-sim withbullet headless -c conda-forge -c aihabitat
```

See habitat-sim's [installation instructions](https://github.com/facebookresearch/habitat-sim#installation) for more detials.
See habitat-sim's [installation instructions](https://github.com/facebookresearch/habitat-sim#installation) for more details.
MacOS does *not* work with `headless` so exclude that argument if on MacOS.
3. Run the example script `python examples/example.py ` which in the end should print out number of steps agent took inside an environment (eg: `Episode finished after 18 steps.`).
Expand Down

0 comments on commit f512fae

Please sign in to comment.