Skip to content

Commit

Permalink
Fixing documentation for installation issues on zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
devendragovil committed Jun 28, 2023
1 parent 18956de commit 136fd9e
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 @@ -43,8 +43,9 @@ Then:
2. Install tmx in editable mode:

```bash
pip install -e .[all]
pip install -e '.[all]'
```
**Note:** Requires pip >= 21.3. Refer: [PEP 660](https://peps.python.org/pep-0660/).

3. Install torch, torch-scatter, torch-sparse with or without CUDA depending on your needs.

Expand Down

0 comments on commit 136fd9e

Please sign in to comment.