aboutsummaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
authorGravatar Jean-Luc Vay <jlvay@lbl.gov> 2018-09-28 15:51:10 -0700
committerGravatar Jean-Luc Vay <jlvay@lbl.gov> 2018-09-28 15:51:10 -0700
commit7f9fcd7dca21819123d636b4564c8661b2d5dd8c (patch)
tree3ccf7493aa98cf7fe1d6508aa1ead5a12018b5cf /Python
parentd496f3b726a540042eb7a3bf0a141a9f6974b7ac (diff)
downloadWarpX-7f9fcd7dca21819123d636b4564c8661b2d5dd8c.tar.gz
WarpX-7f9fcd7dca21819123d636b4564c8661b2d5dd8c.tar.zst
WarpX-7f9fcd7dca21819123d636b4564c8661b2d5dd8c.zip
Updated.
Diffstat (limited to 'Python')
-rw-r--r--Python/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/Python/README b/Python/README
index 3440f0bed..d0e3a343f 100644
--- a/Python/README
+++ b/Python/README
@@ -2,8 +2,8 @@ The initial python wrapped version. This has the main capability of allowing spe
input parameters (i.e. the input file) in python, passing that into amrex and then running the time steps.
It also includes pgroups that can be used with Warp species.
-To build it, run "make" in the Python directory. This will compile the code and install the wrapper in the
-Python site-packages directory.
+To build it, run "make" in the main WarpX directory setting USE_PYTHON_MAIN to TRUE in the GNUmakefile or
+on the command line. This will compile the code and install the wrapper in the Python site-packages directory.
-There is a python script langmuir.py in tests/Langmuir which can run it.
+There are several example python scripts in the "Examples" subdirectories.