mkvirtualenv -p `which python3` librepcb-libraries-admin
pip install -r requirements.txt
Create a file options.json
with following content:
{
"--token": "<GitHub API Token>"
}
./deploy.py
./deploy.py --apply LibrePCB_Base.lplib
./deploy.py --apply
To upgrade libraries to a new file format, you need to have Docker installed. Then run the following command (combined with the flags documented above):
./deploy.py --upgrade 1.0.0-rc1
With 1.0.0-rc1
representing the tag of the librepcb/librepcb-cli
Docker
image to be used for the upgrade.