Skip to content

Commit

Permalink
minor fix when pip installing on zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
salvaRC committed Oct 18, 2024
1 parent cb078de commit 89cb962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ We recommend installing ``dyffusion`` in a virtual environment from PyPi or Cond
For more details about installing [PyTorch](https://pytorch.org/get-started/locally/), please refer to their official documentation.
For some compute setups you may want to install pytorch first for proper GPU support.

python3 -m pip install .[train]
python3 -m pip install ".[train]"

## | Downloading Data

Expand Down

0 comments on commit 89cb962

Please sign in to comment.