Skip to content

A dockerised Gwyddion with functioning Python support based on Linux.

License

Notifications You must be signed in to change notification settings

AFM-SPM/gwyddion-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A dockerised Gwyddion with functioning Python support based on Linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published