Bonjour à tous et bienvenue sur ce Gitlab. Pour échanger avec ses autres utilisateurs, posez vos questions ou trouver des ressources, vous pouvez rejoindre le canal suivant : https://chat.univ-eiffel.fr/channel/forges-logicielles-github-et-gitlab-universite-gustave-eiffel

Skip to content
Snippets Groups Projects
readme.txt 953 B
Newer Older
Installation:
- for windows bundle (with venv already in folder):
    - double-click on launch_app.bat to start app
    - launch_app.bat may be used as default program for .gero files
for manual installation:
    - install packages from requirements.txt (pip install -r requirements.txt), preferably in virtual environment
    - run app by running src/main_app.py from base folder
    - for window users, update python path in launch_app.bat to use as app launcher
    - launch_app.bat may be used as default program for .gero files
Raphaël Carpine's avatar
Raphaël Carpine committed

Python package:
The source code contains a python package with an opener for .gero files and a SDK for controlling geronimo.
Install it from the base folder (pip install -e C:\...\geronimo_gui), the package is named geronimo_utilities.
Two methods are available: geronimo_utilities.read_file, and geronimo_utilities.acquisition.
Check saving_module.py and geronimo_sdk.py in geronimo_utilities folder for documentation.