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

Doc:Python scripting>Getting started>Find BornAgain: 'small caps' => 'lowercase'

parent cba17d04
No related branches found
No related tags found
1 merge request!889Update the documentation according to the latest changes
......@@ -7,7 +7,7 @@ weight = 10
After [installing]({{% relref "installation" %}}) BornAgain and Python,
the next step is to verify that the Python interpreter does find the module `bornagain`.
Note that the module name is in small caps only.
Note that the module name is in lowercase only.
### From the command line
......@@ -17,7 +17,7 @@ The interpreter will print its version number to the terminal.
Make sure the version number starts with 3.
Python2 is no longer supported by BornAgain.
At the Python command prompt `>>>`, enter (with small caps)
At the Python command prompt `>>>`, enter (in lowercase)
```Python
import bornagain
```
......
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