Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 551 Bytes

README-dev.md

File metadata and controls

18 lines (13 loc) · 551 Bytes

Developer documentation - Image Similarity Measures

The development installation is necessary if you want to contribute to the image-similarity-measures package, e.g. to fix a bug.

Clone the repository and install the library in editable/system-link mode. We recommend using a virtual environment.

git clone https://github.com/up42/image-similarity-measures.git
cd image-similarity-measures
poetry install

Upload new package version to PyPI

poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD