diff --git a/README.md b/README.md index 6a16fba..53e0b78 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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