AngelFP / VisualPIC

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

Pip: Use as a Module #46

Closed ax3l closed 1 year ago

ax3l commented 1 year ago

Update Install lines to refer to pip as a module of the current python interpreter.

This is the "modern"/recommended way to use pip, avoiding mismatches with environments, etc. https://packaging.python.org/en/latest/tutorials/installing-packages/#ensure-you-can-run-pip-from-the-command-line

AngelFP commented 1 year ago

Great, thanks!