Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 707 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 707 Bytes

OpenALPR Conda Package

Conda recipe for OpenALPR on Linux.

Setup

For development work, you'll need to create an Anaconda environment:

$ conda create -y -n test-env python==3.7 numpy matplotlib conda-build
$ conda activate test-env

Everything that follows assumes that the environment test-env has been activated.

Next, clone and build the openalpr recipe:

(test-env) $ git clone git@github.com:CityBaseInc/conda-openalpr.git
(test-env) $ conda build -c conda-forge conda-openalpr
(test-env) $ conda install --use-local -c conda-forge conda-openalpr