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

Anaconda build recipe for OpenALPR

Notifications You must be signed in to change notification settings

CityBaseInc/conda-openalpr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Anaconda build recipe for OpenALPR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages