From 24becb18a4a02b99949ec20575bd047c07e04ec1 Mon Sep 17 00:00:00 2001 From: ElliottKasoar Date: Fri, 16 Feb 2024 16:50:14 +0000 Subject: [PATCH] Add suggested installtion for ASE --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4a3cc58..1e1b090a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,17 @@ pre-commit install # install pre-commit hooks pytest -v # discover and run all tests ``` -Manually updating ASE via https://gitlab.com/ase/ase is strongly recommended, as tags are no longer regularly published. +Manually updating ASE via https://gitlab.com/ase/ase is strongly recommended, as tags are no longer regularly published. For example: + +```shell +pip install git+https://gitlab.com/ase/ase.git@b31569210d739bd12c8ad2b6ec0290108e049eea +``` + +To prevent poetry downgrading ASE when installing in future, add the commit to pyproject.toml: + +```shell +poetry add git+https://gitlab.com:ase/ase.git#b31569210d739bd12c8ad2b6ec0290108e049eea +``` ## License