Installation

Prerequisites

  • Python3

  • Git

  • dcmtk

    sudo apt-get install -y dcmtk
    

1. Clone the Pypacs repository

git clone https://github.com/ABI-CTT-Group/pypacs.git

2. Install Python dependencies

It is recommended to install the dependencies using a virtual environment. See the instruction below:

  1. Create a virtual environment

python3 -m venv venv/
  1. Activate the virtual environment

source venv/bin/activate
  1. install the dependencies

pip install -r requirements.txt