Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 363 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 363 Bytes

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 .
  1. Launch the conatiner:
docker run -it gwyddion-python /bin/bash
  1. Run python and test import
xvfb-run python
import gwy
import gwyutils