Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 365 Bytes

File metadata and controls

15 lines (13 loc) · 365 Bytes

Start by cloning the repository:

$ git clone https://github.com/Astropilot/thumbhash-python
$ cd thumbhash-python

We are using uv as a project manager, I invite you to install it and then you can prepare the environnement with:

$ uv sync

To run all the tests you can use the following command:

$ uv run pytest tests