Skip to content

Commit

Permalink
Merge pull request #16 from DLR-AE/devel
Browse files Browse the repository at this point in the history
No need for a new version, just make sure that the readme is displayed correctly.
  • Loading branch information
ArneVoss authored Feb 14, 2024
2 parents e349061 + 911e687 commit d03663b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,18 @@ If you use this software for your scientific work, we kindly ask you to include

# Installation & Use
## Basic Installation
Install Panel Aero as a python package with core dependencies via:
Install Panel Aero as a python package with its core dependencies using a package manager (PyPI or Conda):

```
pip install PanelAero
```

or

```
conda install -c conda-forge PanelAero
```

## How can I use it?
In Python, you can import the VLM or the DLM as shown below. For further details, please see the Tutorials section. This is no stand-alone aerodynamic software but is intended to be integrated in other software, for example for loads and aeroelastic analyses.

Expand All @@ -24,7 +30,7 @@ from panelaero import VLM, DLM
```

## Advanced Installation
As above, but with access to the code (keep the code where it is so that you can explore and modify):
As above, but with access to the code (download and keep the code where it is so that you can explore and modify):

```
git clone https://github.com/DLR-AE/PanelAero.git
Expand Down

0 comments on commit d03663b

Please sign in to comment.