Getting Started
Get started by downloading the AVIS Engine Software from AVIS Engine webiste avisengine.com.
Requirements
- Python version 3.6 or above.
This is all you need to follow the rest of the tutorial.
Run AVIS Engine
To run AVIS Engine, follow these steps:
Download the AVIS Engine software from the AVIS Engine website.
Unzip the downloaded file.
- Open the executable:
- On Windows, double-click the
avisengine.exe
file. - On macOS, double-click the
avisengine.app
file. - On Linux, double-click the
avisengine.x86_64
.
Choose a Track from the menu.
Press the Open Panel to open up the control panel.
Navigate to the Server section and press the Start button, this will start the server on
127.0.0.1
and port25001
by default.
- You can also enter your available server address and IP of choice in your local device and network.
- 🎉 Congratulations! You successfully installed AVIS Engine Simulation Server and are ready to start using it with a client, for this tutorials we're using the official AVIS Engine Python API since it is much easier to learn.
You're ready to go to the next steps.