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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,12 +63,12 @@ To install all MLIPs currently compatible with MACE, run:
63
63
python3 -m pip install janus-core[all]
64
64
```
65
65
66
-
Individual `extras` are listed in [Getting Started](https://stfc.github.io/janus-core/getting_started/getting_started.html#installation), as well as in [pyproject.toml](pyproject.toml) under `[project.optional-dependencies]`.
66
+
Individual `extras` are listed in [Getting Started](https://stfc.github.io/janus-core/user_guide/get_started.html#installation), as well as in [pyproject.toml](pyproject.toml) under `[project.optional-dependencies]`.
67
67
68
68
69
69
### Further help
70
70
71
-
Please see [Getting Started](https://stfc.github.io/janus-core/getting_started/getting_started.html),
71
+
Please see [Getting Started](https://stfc.github.io/janus-core/user_guide/get_started.html),
72
72
as well as guides for janus-core's [Python](https://stfc.github.io/janus-core/user_guide/python.html)
73
73
and [command line](https://stfc.github.io/janus-core/user_guide/command_line.html) interfaces,
74
74
for additional information, or [open an issue](https://github.com/stfc/janus-core/issues/new) if something doesn't seem right.
@@ -341,7 +341,7 @@ We recommend installing uv for dependency management when developing for `janus-
341
341
```shell
342
342
git clone https://github.com/stfc/janus-core
343
343
cd janus-core
344
-
uv sync --extras all# Create a virtual environment and install dependencies
344
+
uv sync --extra [extra]# Create a virtual environment and install dependencies
0 commit comments