chiefenne / PyAero

PyAero is an open-source airfoil contour analysis and CFD meshing tool.
MIT License
171 stars 31 forks source link

Add requirements.txt file #36

Closed RomainMichau closed 1 year ago

RomainMichau commented 1 year ago

requirements.txt file are the standard python way to list dependencies. See: https://learnpython.com/blog/python-requirements-file/

They allow dependencies install with a single command: pip install -r ./requirements.txt

chiefenne commented 1 year ago

OK