Skip to content

Commit

Permalink
Fix macOS installation instruction (pyg-team#8611)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s authored Dec 13, 2023
1 parent a073b00 commit 2683efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/install/quick-start.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
$("#command pre").text('conda install pyg -c pyg');
}

else if (os == "windows") {
else if (os == "windows" || os == "mac") {
$("#command pre").text(`pip install torch_geometric\n\n# Optional dependencies:\npip install torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/${$("#command").attr("torch")}+${$("#command").attr("cuda")}.html`);
}

Expand Down

0 comments on commit 2683efd

Please sign in to comment.