Skip to content

Installation

Clone the repository

git clone https://github.com/franioli/image_rename_batch.git
cd image_rename_batch

Note: the repository name has the old name of the package. The package name is currentely impreproc.

Create an anaconda environment and upgrade pip

conda create -n impreproc python=3.9
conda activate impreproc
python3.8 -m pip install --upgrade pip

Install imgpreproc package and its dependancies by using pip

pip install -e .

Note

The repository is under active development. The name of the package and the name of the scripts may change in the future.