Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Merge requests
!1869
webdoc fix some links
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
webdoc fix some links
r21.1
into
r21
Overview
0
Commits
7
Pipelines
1
Changes
1
Merged
Wuttke, Joachim
requested to merge
r21.1
into
r21
1 year ago
Overview
0
Commits
7
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
1c49d848
Prev
Next
Show latest version
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
1c49d848
fix link to checking Py installation
· 1c49d848
Wuttke, Joachim
authored
1 year ago
hugo/content/py/run.md
+
3
−
3
Options
@@ -9,12 +9,12 @@ To get started with BornAgain scripting, run a first example.
We assume that BornAgain and Python are
[
installed
](
{{%
relref "installation" %}})
and that
you verified that
the Python interpreter can
[
find
](
/py/start/find.md
)
the module
`bornagain`
.
and that the Python interpreter can
`import bornagain`
(see
[
preceding page
](
/py
)
, "Check Installation")
.
We shall now run a first example script.
This and all other example scripts can also be found in the BornAgain distribution,
in directory
`
Examples
`
.
in directory
{{% ref-src "auto/
Examples
" %}}
.
Download the following example script,
using the link just below the code frame.
Loading