clonethe project
git clone ...- Create a virtual environment
python -m venv venv-
Activate the virtual environment
- For linux:
source venv/bin/activate- For Windows:
.\venv\scripts\activate
-
Install the dependencies (inside the
Amazon-Image-matcherdirectory, the same directory as pyproject.toml)
pip install .- Run the project
app