Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ While `dev` contains the most complete set of install dependencies, a number of
pip install -e ".[dev]"
~~~

The `dev` extra includes QMCPy's PyPI-hosted MPMC dependencies. MPMC additionally
requires a platform-specific `pyg_lib` wheel that is not available from PyPI.
After installing `dev`, let the QMCPy installer select the wheel page matching
the installed PyTorch build:
The `dev` extra includes QMCPy's PyPI-hosted MPMC dependencies. MPMC additionally requires a platform-specific `pyg_lib` wheel that is not available from PyPI. After installing `dev`, let the QMCPy installer select the wheel page matching the installed PyTorch build:

~~~bash
qmcpy-install-mpmc
Expand Down
Loading
Loading