Skip to content

Commit 1f7e100

Browse files
committed
deploy: 51e0949
1 parent 1b33cb0 commit 1f7e100

File tree

4 files changed

+36
-21
lines changed

4 files changed

+36
-21
lines changed

Diff for: _sources/user_guide/installation.rst

+17-8
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,25 @@
22
Installation
33
============
44

5+
Install from PyPI
6+
-----------------
7+
8+
To install the package, run the following command:
9+
10+
.. code-block:: console
11+
12+
pip install mattersim
13+
14+
In case you want to install the package with the latest version, you can run the following command:
15+
16+
.. code-block:: console
17+
18+
pip install git+https://github.com/microsoft/mattersim.git
19+
520
Install from source code
621
------------------------
722

8-
Requirements:
923

10-
* Python == 3.9
1124

1225
To install the package, run the following command under the root of the folder:
1326

@@ -17,11 +30,7 @@ To install the package, run the following command under the root of the folder:
1730
conda activate mattersim
1831
pip install -e .
1932
20-
Obtain the model checkpoints
33+
Model checkpoints
2134
----------------------------
2235

23-
You may obtain our model checkpoints from
24-
25-
.. code-block:: console
26-
27-
# link to somewhere
36+
The currently available model checkpoints can be found in the `MatterSim GitHub repository <https://github.com/microsoft/mattersim/tree/main/src/mattersim/pretrained_models>`_.

Diff for: objects.inv

5 Bytes
Binary file not shown.

Diff for: searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)