Skip to content

CeuAzul/ADR

Repository files navigation

ADR

Build Status Coverage Status

Aircraft Design Resources aims to help engineers on conceptual design analysis, giving them the tools necessary to easily simulate different aircraft designs.

Installation

pip install adr.ca

Usage

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.

Development

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.

Contributors

This project exists thanks to all the people who contribute.

Contributors