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
+8-1
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,18 @@ A GUI to handle LOBSTER input and output with LobsterPy. The purpose of this GUI
11
11
12
12
# How to use LobsterPyGUI?
13
13
14
-
Simply [download](https://github.com/QuantumChemist/LobsterPyGUI/releases/download/LobsterPyGUI/lobsterpygui) the `lobsterpygui` binary and copy it to your `Desktop`.
14
+
Simply [download](https://github.com/QuantumChemist/LobsterPyGUI/releases/download/LobsterPyGUI/lobsterpygui) the `lobsterpygui` binary, copy it to your `Desktop` and change the file permissions to make the binary executable:
15
15
16
+
First,
16
17
```bash
17
18
cp $HOME/Downloads/lobsterpygui $HOME/Desktop
18
19
```
20
+
21
+
Then,
22
+
```bash
23
+
chmod u+x lobsterpygui
24
+
```
25
+
19
26
And then you can simply run LobsterPyGUI by double-clicking the binary. With `Open...` you can navigate to the directory with your LOBSTER calculation where you want to use LobsterPy.
0 commit comments