From c8b0aa8cda2be070831f50e93ec4837a0e8e6cec Mon Sep 17 00:00:00 2001 From: David Grote Date: Tue, 21 Apr 2020 16:35:23 -0700 Subject: Python documentation updates (#936) * Update Python documentation * Added numpy as a requirement for the Python installation * Cleaned EOL white space in Python documentation * Add periodictable to the Python packages required Co-Authored-By: Axel Huebl * Added periodictable to required packages for pure Python version Co-authored-by: Axel Huebl --- Python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/setup.py') diff --git a/Python/setup.py b/Python/setup.py index b62f3f978..bbc57335f 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -33,5 +33,5 @@ setup (name = 'pywarpx', package_dir = {'pywarpx':'pywarpx'}, description = """Wrapper of WarpX""", package_data = package_data, - install_requires=['picmistandard', 'periodictable'] + install_requires=['numpy', 'picmistandard', 'periodictable'] ) -- cgit v1.2.3