Skip to content

Commit f6cd694

Browse files
author
bobturneruk
committed
instuctions
1 parent 87e4362 commit f6cd694

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
# gwyddion-python
22
A dockerised Gwyddion with functioning Python support based on Linux.
3+
4+
## Instructions
5+
6+
1. Install docker or docker desktop.
7+
2. Build the conatiner
8+
```
9+
docker build -t gwyddion-python .
10+
```
11+
3. Launch the conatiner:
12+
```
13+
docker run -it gwyddion-python /bin/bash
14+
```
15+
3. Run python and test import
16+
```
17+
xvfb-run python
18+
import gwy
19+
import gwyutils
20+
```

0 commit comments

Comments
 (0)