Vacuum-Tube / OSM-TPF2-Importer

This is a tool for the simulation game Transport Fever 2 for the automated reconstruction of real world places using OpenStreetMap data.
GNU General Public License v3.0
26 stars 0 forks source link

luadata missing #3

Closed Goodolandy closed 6 months ago

Goodolandy commented 7 months ago

Hello, the main.py requires import from a file called luadata but there is no mention in the documentation of the requirement for this file and where to get it.

Vacuum-Tube commented 6 months ago

It's a python package. They have to be installed. The requirements are listed here: https://github.com/Vacuum-Tube/OSM-TPF2-Importer/blob/main/python/requirements.txt

I will revise the docu on installation process soon (while trying to keep it simple for non-programmer users)

Goodolandy commented 6 months ago

Ok, thank you. I now have that step working.

Vacuum-Tube commented 6 months ago

v1.2 is out and the installation process should be clear now. There is also an alternative without Python.