Install Package¶
Install via pip¶
PD-DWI package is available on PyPi for installation via pip. Wheels are automatically generated for each release of PD-DWI, allowing you to install pd-dwi without having to compile anything.
Note
Ensure that you have python 3.8 installed on your machine.
- Install PD-DWI:
python -m pip install pd-dwi
Install from source¶
PD-DWI can also be installed from source code.
Note
Ensure the following pre-prerequisites are installed on your machine:
- git
- python 3.9
- poetry 2.1.1
- Clone the repository
git clone https://github.com/TechnionComputationalMRILab/PD-DWI.git - Install the project
cd PD-DWI & poetry install --all-extras