Skip to content

Commit

Permalink
Merge pull request #134 from devendragovil/main
Browse files Browse the repository at this point in the history
Fixing documentation for installation issues on zsh
  • Loading branch information
ninamiolane authored Jun 28, 2023
2 parents 18956de + 136fd9e commit ed4bd96
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 ed4bd96

Please sign in to comment.