Conda recipe for OpenALPR on Linux.
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