Installation
Prerequisites
Python3
Git
-
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:
Create a virtual environment
python3 -m venv venv/
Activate the virtual environment
source venv/bin/activate
install the dependencies
pip install -r requirements.txt