cogu / autosar

A set of python modules for working with AUTOSAR XML files
MIT License
353 stars 160 forks source link

How do I import autosar.xml #98

Closed peteryuhanle closed 3 months ago

peteryuhanle commented 5 months ago

After I use pip install autosar.xml and run the code with import autosar.xml, the python says no module name autosar.xml

cogu commented 5 months ago

I doubt that you installed it correctly. If I try to run that command,

pip install autosar.xml

I just get an error message (as is expected)

ERROR: Could not find a version that satisfies the requirement autosar.xml (from versions: none)
ERROR: No matching distribution found for autosar.xml

Check the README again for proper install instruction.

cogu commented 3 months ago

Closing due to inactivity.