An open API service indexing awesome lists of open source software.

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.

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
```