Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 818 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 818 Bytes

vectorize

Build Status Coverage Status

Vectorize images using Python

Project Setup

virtualenv .venv
source .venv/bin/activate
pip install -r requirements-dev.txt

Or if you use pyenv.

pyenv virtualenv 3.3.6 vectorize336
source ~/.pyenv/versions/vectorize336/bin/activate
pip install -r requirements-dev.txt

To run tests and generate a coverage report

coverage run --source vectorize -m py.test
coverage report

License

The project is made available under the MIT License.