diff --git a/hugo/content/py/_index.md b/hugo/content/py/_index.md index cf0616a8d09b7a1f72b65df1dddf431d146054c8..535ccb3d15c4ad3c9e67b003c68c1ec907cd75c6 100644 --- a/hugo/content/py/_index.md +++ b/hugo/content/py/_index.md @@ -25,5 +25,16 @@ one can {{< figscg src="nodes_pycharm_ide.png" width="500" class="center" caption="A BornAgain script running in the PyCharm IDE.">}} + +## Installing the Python package +The installer for any supported platform includes, among others, a Python package ('wheel'); +for instance, for Python 3.9, the package can be found under `python/3.9/wheel` folder. + +The package can be installed via the standard Python's `pip`; e.g., +``` +python3 -m pip install <BornAgain-wheel-file> +``` +For further options, consult [pip's documentation](https://pip.pypa.io/en/stable). + Read on: {{% children %}}