You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ I only implement what I need for my own research and I share it here in the hope
6
6
7
7
## Installation
8
8
- To install the ASE_VASP_automation software, paste this folder wherever it is convenient for you on your computer and add **export PYTHONPATH=<path-to-ase_vasp_automation-package>:$PYTHONPATH** to your **~/.bashrc** file.
9
-
-Ypu might want to use the [spec file](https://github.com/frankNiessen/ASE_VASP_automation/blob/master/spec-file.txt) to install all required python packages into a virtual conda environment by running **conda create --name env_vasp_ase_automation --file spec-file.txt**.
9
+
-You might want to use the [spec file](https://github.com/frankNiessen/ASE_VASP_automation/blob/master/spec-file.txt) to install all required python packages into a virtual conda environment by running **conda create --name env_vasp_ase_automation --file spec-file.txt**.
10
10
- You need to have **ASE**[properly installed](https://wiki.fysik.dtu.dk/ase/ase/calculators/vasp.html) and set up to communicate with VASP.
11
11
- You need to have a properly working and licensed **VASP** installation on your local computer or a high performance cluster.
12
12
- The scripts can be run from anywhere, meaning that you could cut and paste the example folder to wherever you store your code.
0 commit comments