From f3a15d3dbbcb077b973e5449befe582c7c4d89f8 Mon Sep 17 00:00:00 2001 From: ElliottKasoar <45317199+ElliottKasoar@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:36:44 +0100 Subject: [PATCH] Change ASE commit suggestion to branch --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f59f8746..dbfa2f0c 100644 --- a/README.md +++ b/README.md @@ -54,14 +54,14 @@ pytest -v # discover and run all tests > [!NOTE] > Manually updating ASE via https://gitlab.com/ase/ase is strongly recommended, as tags may not regularly be published. For example: > ```shell -> pip install git+https://gitlab.com/ase/ase.git@b31569210d739bd12c8ad2b6ec0290108e049eea +> pip install git+https://gitlab.com/ase/ase.git@master +> ``` +> +> To prevent poetry downgrading ASE when installing in future, add the repository to pyproject.toml: +> +> ```shell +> poetry add git+https://gitlab.com:ase/ase.git#master > ``` - -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 -``` ## Examples