Skip to content
Snippets Groups Projects
Commit aa1df8c9 authored by JasonJiazhiZhang's avatar JasonJiazhiZhang Committed by Oleksandr
Browse files

Fix README for gym installation (#104)

* Update main README to properly install gym

* Update baseline README for gym install
parent eb817df2
No related branches found
No related tags found
No related merge requests found
...@@ -57,6 +57,7 @@ pip install -e . ...@@ -57,6 +57,7 @@ pip install -e .
The command above will install only habitat core API. To include habitat_baselines along with all additional requirements, use the command below instead: The command above will install only habitat core API. To include habitat_baselines along with all additional requirements, use the command below instead:
```bash ```bash
cd habitat-api cd habitat-api
pip install -r requirements.txt
python setup.py develop --all # install habitat and habitat_baselines python setup.py develop --all # install habitat and habitat_baselines
``` ```
2. Install `habitat-sim` from [github repo](https://github.com/facebookresearch/habitat-sim). 2. Install `habitat-sim` from [github repo](https://github.com/facebookresearch/habitat-sim).
......
...@@ -4,6 +4,7 @@ baselines ...@@ -4,6 +4,7 @@ baselines
The `habitat_baselines` sub-package is NOT included upon installation by default. To install `habitat_baselines`, use the following command instead: The `habitat_baselines` sub-package is NOT included upon installation by default. To install `habitat_baselines`, use the following command instead:
```bash ```bash
pip install -r requirements.txt
python setup.py develop --all python setup.py develop --all
``` ```
This will also install additional requirements for each sub-module in `habitat_baselines/`, which are specified in `requirements.txt` files located in the sub-module directory. This will also install additional requirements for each sub-module in `habitat_baselines/`, which are specified in `requirements.txt` files located in the sub-module directory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment