OpenTire / OpenTirePython

An open-source mathematical tire modelling library
MIT License
46 stars 17 forks source link

Setup.py for pip install #8

Closed kktse closed 7 years ago

kktse commented 7 years ago

Create a simple Setup.py to allow installing from pip.

Command to install from branch: $ pip install 'git+https://github.com/kktse/OpenTire.git@pipInstallable#egg=opentire&subdirectory=code'

ho1 commented 7 years ago

This looks great! I'll test it out later this week!

kktse commented 7 years ago

Fixed error importing submodules (like the TireModel). The submodules should get automatically resolved in the new setup.py