Skip to content

Commit 97478f3

Browse files
authored
[Fix] remove invisible character in habitat install url
1 parent 36122fd commit 97478f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/en/user_guide/internnav/quick_start/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ pip install -e habitat-baselines # install habitat_baselines
271271
```
272272
Install pytorch and other requirements:
273273
```bash
274-
pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/cu124
274+
pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/cu124
275275
pip install -r requirements/habitat_requirements.txt
276276
```
277277

0 commit comments

Comments
 (0)