Metadata-Version: 2.1
Name: youscan-ir-client
Version: 23.1.0
Home-page: https://tbd
License: Apache 2
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# YouScan image recognition API client on Python

## Development

1. Install pyenv `curl https://pyenv.run | bash` (or manually install [pyenv](https://github.com/pyenv/pyenv#installation) and it's [virtualenv plugin](https://github.com/pyenv/pyenv-virtualenv))
2. Install required python version `pyenv install`
3. Create virtual environment `pyenv virtualenv <env-name>`
4. Activate virtual environment `pyenv activate <env-name>`
5. Install dependencies via `make setup`
