You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-39Lines changed: 8 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -50,64 +50,33 @@ A partial documentation is available at: https://mace-docs.readthedocs.io
50
50
51
51
## Installation
52
52
53
-
Requirements:
53
+
### 1. Requirements:
54
54
55
-
- Python >= 3.7
56
-
-[PyTorch](https://pytorch.org/) >= 1.12 **(training with float64 is not supported with PyTorch 2.1 but is supported with 2.2 and later.)**.
55
+
- Python >= 3.7 (for openMM, use Python = 3.9)
56
+
-[PyTorch](https://pytorch.org/) >= 1.12 **(training with float64 is not supported with PyTorch 2.1 but is supported with 2.2 and later)**
57
57
58
-
(for openMM, use Python = 3.9)
58
+
**Make sure to install PyTorch.** Please refer to the [official PyTorch installation](https://pytorch.org/get-started/locally/)for the installation instructions. Select the appropriate options for your system.
59
59
60
-
### pip installation
60
+
### 2a. Installation from PyPI
61
61
This is the recommended way to install MACE.
62
62
63
-
**First, make sure to install PyTorch.** Please refer to the [official PyTorch installation](https://pytorch.org/get-started/locally/) for the installation instructions. Select the appropriate options for your system. For GPU installation, make sure to select pip + the appropriate CUDA version for your system. For recent GPUs, the latest cuda version is usually the best choice.
64
-
65
-
To install via `pip`, follow the steps below:
66
-
67
63
```sh
68
64
pip install --upgrade pip
69
65
pip install mace-torch
70
66
```
67
+
**Note:** The homonymous package on [PyPI](https://pypi.org/project/MACE/) has nothing to do with this one.
71
68
72
-
For CPU or MPS (Apple Silicon) installation, use `pip install torch torchvision torchaudio` instead.
73
-
74
-
### conda installation from source
75
-
76
-
To install from source using `conda`, follow the steps below:
0 commit comments