AngelFP / VisualPIC

Data Visualization for Particle-in-Cell Codes.
GNU General Public License v3.0
47 stars 13 forks source link

Replace `python3` with `python` and fix error message #52

Closed AngelFP closed 1 year ago

AngelFP commented 1 year ago

References to the python3 command have been changed python, as the former is not available on Windows. It also fixes a mistake in an error message about missing dependencies, where a comma was used to separate the dependencies to install with pip.