FichteFoll 464190f8e4 Sophon: File and path improvements 2 месяцев назад
..
.gitignore d401d97261 Update script: Add sophon prototype 6 месяцев назад
README.md 4f0600c8bc Update script: continue sophon impl 3 месяцев назад
manifest.proto d401d97261 Update script: Add sophon prototype 6 месяцев назад
requirements.txt d401d97261 Update script: Add sophon prototype 6 месяцев назад
updater.py 464190f8e4 Sophon: File and path improvements 2 месяцев назад

README.md

Sophon updater

WARNING: WORK IN PROGRESS. THIS SCRIPT IS CURRENTLY NOT READY FOR PRODUCTION USE

Setup

1. Python requirements

Python 3.8 or newer is required (zstandard library)

pip install -r requirements.txt

2. Generate manifest_pb2.py

  1. Required system package
    • Ubuntu/Debian: protobuf-compiler
  2. Generate
    • $ protoc --python_out=. manifest.proto

Usage

THIS MAY CHANGE AT ANY TIME WITHOUT FURTHER NOTICE

python updater.py [...]

Command-line arguments

-h : Shows the help dialogue

Developer notes

See updaterpy heading