Skip to content

google-coral/py-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

py-repo

This repo provides an index of Coral Python wheels that's compliant with PEP 503. It includes pycoral and tflite_runtime Python wheels.

The pip-accessible index is at https://google-coral.github.io/py-repo/. The source for which is in the gh-pages branch.

Note: If you're on a Debian Linux system (including Raspberry Pi), you should install these Python libraries using apt instead of pip. For example, sudo apt-get install python3-pycoral. (These Python wheels are primarily for Windows and Mac users.)

Install a wheel

Install pycoral library:

python3 -m pip install --extra-index-url https://google-coral.github.io/py-repo/ pycoral

Install tflite-runtime library:

python3 -m pip install --extra-index-url https://google-coral.github.io/py-repo/ tflite-runtime

Rebuild the index

The following command rebuilds the pip index:

python3 generate_repo.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages