Skip to content

Commit 4cac54b

Browse files
committed
fixing docs
1 parent 93cf91d commit 4cac54b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

docs/source/tutorials/2_first_qe_calculation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ This guide demonstrates how to use aiida-atomistic structures in computational w
99
Ensure you have the necessary packages installed:
1010

1111
```bash
12-
pip install aiida-core # for now: `support/atomistic` branch from https://github.com/mikibonacci/aiida-core.git
13-
pip install aiida-pseudo # for now: `atomistic` branch from https://github.com/mikibonacci/aiida-pseudo.git
14-
pip install aiida-quantumespresso # for now: `atomistic ` branch from https://github.com/mikibonacci/aiida-quantumespresso.git
12+
pip install aiida-core # for now: `dev/atomistic` branch from https://github.com/mikibonacci/aiida-core.git
13+
pip install aiida-pseudo # for now: `dev/atomistic` branch from https://github.com/mikibonacci/aiida-pseudo.git
14+
pip install aiida-quantumespresso # for now: `dev/atomistic ` branch from https://github.com/mikibonacci/aiida-quantumespresso.git
1515
```
1616

1717
And configure your Quantum ESPRESSO code:

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ classifiers = [
2222
keywords = ["aiida", "plugin", "atomistic"]
2323
requires-python = ">=3.7"
2424
dependencies = [
25-
"aiida-core @ git+https://github.com/mikibonacci/aiida-core.git@support/atomistic",
26-
"aiida-quantumespresso @ git+https://github.com/mikibonacci/aiida-quantumespresso.git@support/atomistic",
27-
"aiida-pseudo @ git+https://github.com/mikibonacci/aiida-pseudo@atomistic",
25+
"aiida-core @ git+https://github.com/mikibonacci/aiida-core.git@dev/atomistic",
2826
"voluptuous",
2927
"ase",
3028
"pymatgen>=2022.1.20",

0 commit comments

Comments
 (0)