Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.13 KB

README.rst

File metadata and controls

34 lines (20 loc) · 1.13 KB

Welcome to PyGeckoCircuits2

This repository was inspired by MaurerM/pygeckocircuits, added by certain functions and a pip-installable package.

Control a GeckoCircuits simulation by Python code.

docs/source/figures/pygeckocircuits2.png

Installation

Install pygeckocircuits2 directly from pyPI:

pip install pygeckocircuits2

Usage

Download the compiled gecko-version from tinix84/gecko.

Run the example file to see the given functions.

Documentation

Find the documentation here.

Troubleshooting

  • As of now, there are issues with OpenJDK 21 (LTS). Please use OpenJDK 17 (LTS) so far. See also this issue.