Installation¶
Prerequisites¶
Python¶
Make sure you have Python 3.9 installed along with pip. To check if they are installed, run:
or, depending on you machine configuration:
We will assume the commands' names are pip
and python
. Use pip3
and python3
if your machine is configured differently.
Docker or Singularity¶
Make sure you have the latest version of Docker or Singularity 3.10 installed.
To verify docker is installed, run:
To verify singularity is installed, run:
If using Docker, make sure you can run Docker as a non-root user.
Install MedPerf¶
-
(Optional) MedPerf is better to be installed in a virtual environment. We recommend using Anaconda. Having anaconda installed, create a virtual environment
medperf-env
with the following command:Then, activate your environment:
-
Clone the MedPerf repository:
-
Install MedPerf from source:
-
Verify the installation:
What's Next?¶
- Get familiar with the MedPerf client by following the hands-on tutorials.
- Understand and learn how to build MedPerf MLCubes.