Skip to content
Snippets Groups Projects
Commit 61b0d602 authored by Ammar Nejati's avatar Ammar Nejati
Browse files

Doc>Python scripting: Add instructions to install the Python package ('wheel')

parent c2d52735
No related branches found
No related tags found
1 merge request!864Produce a self-contained self-extracting package for BornAgain GUI on Linux
......@@ -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 %}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment