Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 539 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 539 Bytes

Gimulator Client for Python

A client for Gimulator project written in Python.

Installation

Stable release

You can install the stable release of the package via:

pip install gimulator-py

Latest release

Installing and using the latest release is not recommended since the project is still under heavy development. But if you are really keen to try the latest releases, run the following command:

pip install git+https://github.com/Gimulator/client-python.git

Usage