Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 932 Bytes

installation.rst

File metadata and controls

43 lines (26 loc) · 932 Bytes

Installation

PETdeface can be installed via PyPi:

pip install petdeface

Or cloned and installed from source:

git clone https://github.com/openneuropet/petdeface.git
cd petdeface
poetry build
pip install dist/petdeface-<X.X.X>-py3-none-any.whl 
# where X.X.X is the version number of the generated file

Dependencies

Optional Dependencies