Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 2.44 KB

File metadata and controls

62 lines (46 loc) · 2.44 KB

VortexAD

GitHub Actions Test Badge Forks Issues

A general potential flow solver repository.

777_Cp_streamlines

Installation

Installing CSDL

Installation instructions for users

For direct installation with all dependencies, run on the terminal or command line

pip install git+https://github.com/LSDOlab/VortexAD.git

If you want users to install a specific branch, run

pip install git+https://github.com/LSDOlab/VortexAD.git@branch

Installation instructions for developers

To install VortexAD, first clone the repository and install using pip. On the terminal or command line, run

git clone https://github.com/LSDOlab/VortexAD.git
pip install -e ./VortexAD

For Developers

For details on documentation, refer to the README in docs directory.

For details on testing/pull requests, refer to the README in tests directory.

License

This project is licensed under the terms of the GNU Lesser General Public License v3.0.