https://github.com/afm-spm/gwyddion-python
A dockerised Gwyddion with functioning Python support based on Linux.
https://github.com/afm-spm/gwyddion-python
Last synced: 4 months ago
JSON representation
A dockerised Gwyddion with functioning Python support based on Linux.
- Host: GitHub
- URL: https://github.com/afm-spm/gwyddion-python
- Owner: AFM-SPM
- License: mit
- Created: 2021-03-24T11:11:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-17T10:10:24.000Z (over 4 years ago)
- Last Synced: 2025-09-09T00:36:14.464Z (11 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gwyddion-python
A dockerised Gwyddion with functioning Python support based on Linux.
## Instructions
1. Install docker or docker desktop.
2. Build the container
```
docker build -t gwyddion-python .
```
3. Launch the conatiner:
```
docker run -it gwyddion-python /bin/bash
```
3. Run python and test import
```
xvfb-run python
import gwy
import gwyutils
```