Skip to content

Commit

Permalink
Merge pull request #129 from ACEsuit/ilyes319-patch-1
Browse files Browse the repository at this point in the history
Update Installation
  • Loading branch information
ilyes319 authored Jul 11, 2023
2 parents 44b6da4 + 955fb75 commit 7543f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvi
conda install numpy scipy matplotlib ase opt_einsum prettytable pandas e3nn

# Clone and install MACE (and all required packages)
git clone git@github.com:ACEsuit/mace.git
git clone https://github.com/ACEsuit/mace.git
pip install ./mace
```

Expand All @@ -74,7 +74,7 @@ source mace-venv/bin/activate
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116

# Clone and install MACE (and all required packages)
git clone git@github.com:ACEsuit/mace.git
git clone https://github.com/ACEsuit/mace.git
pip install ./mace
```

Expand Down

0 comments on commit 7543f16

Please sign in to comment.