Aircraft Design Resources aims to help engineers on conceptual design analysis, giving them the tools necessary to easily simulate different aircraft designs.
pip install adr.ca
For information on how to use ADR, check our docs. We try to make it as easy to follow as possible, but if you have any issue or question, or suggestions regarding the library or the docs, please post an issue so we can help you out.
ADR uses Poetry for dependency management. You can install poetry with this single command. Poetry ensures you are developing on a separated environment and with the same dependencies as the other developers. Once poetry is installed, follow those steps:
git clone https://github.com/CeuAzul/ADR.git
cd ADR
poetry install
After that you will need to use the Python virtualenv created by Poetry while developing for ADR. For instructions on how to set the virtualenv on VSCode you can take a look at our wiki.
This project exists thanks to all the people who contribute.