#
Manually
This guide will walk you through installing ETS2LA manually.
#
Download the requirements
You can download uv
from here (astral.sh).
Most people will already have git
installed, if you don't then get it from here (git-scm.com).
#
Installing ETS2LA
- Create a folder for ETS2LA. Please place this in a folder that is not synced to a cloud service such as OneDrive or Google Drive.
- Run the following command in a console:
git clone https://github.com/ETS2LA/Euro-Truck-Simulator-2-Lane-Assist.git .
. This will download the ETS2LA codebase to the folder it's run in. - Run the following to install the dependencies:
uv sync
- Run the following to start ETS2LA:
uv run main.py
#
What to do once ETS2LA is open?
Once the onboarding is done you can just go to the plugin manager and enable the plugins. Then open the game and it should just work.