Skip to content

Commit

Permalink
install requirements automatically from install.sh (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
RemyLau authored Jan 30, 2023
1 parent 8e775e0 commit dcaed1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ conda install pytorch==${PYTORCH_VERSION} torchvision==${TORCHVISION_VERSION} ${
conda install pyg==${PYG_VERSION} -c pyg -y
conda install ${DGL_OPT} -c dglteam -y

# Install the rest of the dependencies
pip install -r requirements.txt

# Finally, install the DANCE pckage
pip install -e .

Expand Down

0 comments on commit dcaed1b

Please sign in to comment.