Spaces:
Running
Running
update readme insallation commands
Browse files- .github/README.md +2 -2
.github/README.md
CHANGED
@@ -26,14 +26,14 @@ pip install mlip-arena
|
|
26 |
|
27 |
```bash
|
28 |
git clone https://github.com/atomind-ai/mlip-arena.git
|
|
|
29 |
pip install torch==2.2.0
|
30 |
bash scripts/install-pyg.sh
|
31 |
bash scripts/install-dgl.sh
|
32 |
pip install -e .[test]
|
33 |
pip install -e .[mace]
|
34 |
# DeePMD
|
35 |
-
|
36 |
-
pip install -e .[deepmd]
|
37 |
```
|
38 |
|
39 |
## Contribute
|
|
|
26 |
|
27 |
```bash
|
28 |
git clone https://github.com/atomind-ai/mlip-arena.git
|
29 |
+
cd mlip-arena
|
30 |
pip install torch==2.2.0
|
31 |
bash scripts/install-pyg.sh
|
32 |
bash scripts/install-dgl.sh
|
33 |
pip install -e .[test]
|
34 |
pip install -e .[mace]
|
35 |
# DeePMD
|
36 |
+
DP_ENABLE_TENSORFLOW=0 pip install -e .[deepmd]
|
|
|
37 |
```
|
38 |
|
39 |
## Contribute
|