leal26 / AeroPy

Python interface for XFOIL. The objective of this library is to be able to be able to call XFOIL from Python iteratively for any simulation in a total of 4 lines total.
MIT License
60 stars 31 forks source link

File I/O bug #8

Closed panamajoecu closed 6 years ago

panamajoecu commented 6 years ago

Added code to account for no spaces on XFoil output with double digit negative numbers.

Added code to include exe files in setup.py for use with egg creation. Egg is not working as file system needs improvement for this to work.

To install:

python setup.py bdist_egg cd dist easy_install aeropy-0.0-py2.7.egg

To uninstall:

pip uninstall aeropy