Installation
Quickstart Executables
Download and run the example executable for your plafrom (Windows, MACOS or Ubuntu) from Zenodo to instantly access example models of microscope alignments without any coding knowledge.
Python
To run our interactive models via python, we recommend you use miniconda .
After downloading and installing, create a new environment in a terminal:
$ conda create --name temgymbasic python=3.9.6
activate the environment, and install pip:
$ conda activate temgymbasic
$ conda install pip
then install temgymbasic:
$ pip install temgymbasic
To download and run the python code of examples, see our GitHub and the folder pyqtgraph_examples.
Creating Executables
To create the .exe files that we have shared in the zenodo, install the package pyinstaller inside your temgymbasic environment:
$ pip install pyinstaller
then run the appropiate terminal script, make_exe.bat (Windows) or make_exe.sh (Linux, MACOS). This process may take some time to create the executables for all 9 examples (~30 minutes)