Get Started

In order to make use of the PyMedPhys library, you’ll need Python installed on your workstation. On Windows we recommend that you install the Anaconda Python distribution. Download the latest Anaconda version from here.


This is a companion discussion topic for the original entry at https://docs.pymedphys.com/lib/howto/get-started

If you have any trouble getting PyMedPhys to work after following these steps, please reach out.

One point that may need to be included is that you may need to add the Python scripts directory to your path. Alternatively, you can call the pymedphys CLI by running python -m pymedphys --help. This can be useful if you have not (or are unable to) add the Scripts directory to the path.