Let’s walk through how to install Deid locally.
Install from Github
First, clone the Github repository to your present working directory. If you are a developer, you might want to fork it first, and then clone your fork.
git clone https://www.github.com/pydicom/deid
cd deid
If you are updating, it’s helpful to issue this command until you see it’s no longer installed:
pip uninstall deid
Then install with python!
python setup.py install
Install from Pypi
If you want to install a particular version, the package is available on pypi.
pip install deid
Install a particular version
pip install deid==0.1.19