Skip to content
This repository was archived by the owner on Jun 5, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (15 loc) · 769 Bytes

File metadata and controls

17 lines (15 loc) · 769 Bytes

Not used anymore

The repository has migrated to https://pimachinelearning.wip.la/simple, and moved to a VPS instead of GitHub Pages. Staging does not exist anymore

staging

Wheels built by PiMachineLearning as a binary repository. This repository is the staging repository, which ensures some stability on the main repository. New wheels get pushed here instead of the main repository, so that the main repository does not recieve broken wheels.

Installation

The default pip.conf (located at /etc/pip.conf) on a Raspberry Pi OS might look like

[global]
extra-index-url=https://piwheels.org/simple

To use these wheels, simply change it to

[global]
extra-index-url=https://piwheels.org/simple https://pimachinelearning.github.io/staging/simple