File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ This guide demonstrates how to use aiida-atomistic structures in computational w
99Ensure 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
1717And configure your Quantum ESPRESSO code:
Original file line number Diff line number Diff line change @@ -22,9 +22,7 @@ classifiers = [
2222keywords = [" aiida" , " plugin" , " atomistic" ]
2323requires-python = " >=3.7"
2424dependencies = [
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" ,
You can’t perform that action at this time.
0 commit comments