Skip to content

orix-software/bpm

Repository files navigation

Build and package manager for Orix

First install

mkdir ~/bin/
curl -o ~/bin/bpm https://raw.githubusercontent.com/orix-software/bpm/refs/heads/main/src/bpm
export PATH=$PATH:~/bin/
chmod +x ~/bin/bpm
curl -o /tmp/bpm.txt https://raw.githubusercontent.com/orix-software/bpm/refs/heads/main/requirements.txt
sudo apt install python3-pip
pip install -r /tmp/bpm.txt

pip install -r requirements.txt

Generate bpm doc

cd mkdocs mkdocs build cp site/* ../docs/ -adpR

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published