File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,18 @@ Requirements:
4747
4848(for openMM, use Python = 3.9)
4949
50+ ### pip installation
51+
52+ To install via ` pip ` , follow the steps below:
53+
54+ ``` sh
55+ pip install --upgrade pip
56+ pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
57+ pip install mace-torch
58+ ```
59+
60+ For CPU or MPS (Apple Silicon) installation, use ` pip install torch torchvision torchaudio ` instead.
61+
5062### conda installation
5163
5264If you do not have CUDA pre-installed, it is ** recommended** to follow the conda installation process:
@@ -67,7 +79,7 @@ git clone https://github.com/ACEsuit/mace.git
6779pip install ./mace
6880```
6981
70- ### pip installation
82+ ### pip installation from source
7183
7284To install via ` pip ` , follow the steps below:
7385
You can’t perform that action at this time.
0 commit comments