eldixusers#
eldixusers is a graphical user management program for program eldix for driving the ELDICO electron diffractometer system.
Dependencies#
Python 3.7 or later. The program also makes use of:
- tkinter
- passlib
Ubuntu and Debian Like linux distributions:#
To use eldixusers on Ubuntu (a linux distribution based on Debian) the needed python modules can be installed either through the Synaptic Package Manager (found in System -> Administration) or using apt-get on from the command line in a terminal. The extra ubuntu packages needed are:
- python3-tk
- python3-passlib
using apt-get these can be installed as:
sudo apt-get install python3-tk python3-passlib