Skip to content

Commit f32ac5e

Browse files
Use '--extra all', fix same for docs
1 parent d0283df commit f32ac5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ We recommend installing uv for dependency management when developing for `janus-
341341
```shell
342342
git clone https://github.com/stfc/janus-core
343343
cd janus-core
344-
uv sync --extra [extra] # Create a virtual environment and install dependencies
344+
uv sync --extra all # Create a virtual environment and install dependencies
345345
source .venv/bin/activate
346346
pre-commit install # Install pre-commit hooks
347347
pytest -v # Discover and run all tests

docs/source/developer_guide/get_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Extras, such as optional MLIPs, can also be installed by running::
3131

3232
or to install all MLIPs that do not depend on ``dgl``::
3333

34-
uv sync -p 3.12 --extras all
34+
uv sync -p 3.12 --extra all
3535

3636

3737
Using uv

0 commit comments

Comments
 (0)