Skip to content

Commit

Permalink
Specify Python version in dev docs (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar authored Feb 6, 2025
1 parent aa40129 commit 6c6fc84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/developer_guide/get_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ This provides a number of useful features, including:

Dependencies useful for development can then be installed by running::

uv sync
uv sync -p 3.12
source .venv/bin/activate


Extras, such as optional MLIPs, can also be installed by running::

uv sync --extra alignn --extra sevennet
uv sync -p 3.12 --extra alignn --extra sevennet

or to install all supported MLIPs::

uv sync --all-extras
uv sync -p 3.12 --all-extras


Using uv
Expand Down

0 comments on commit 6c6fc84

Please sign in to comment.