You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
Right now
build
is just a stub that calls out to python code.This is rather unfortunate, since it requires the user have a
python3
executable available on their system.Even worse, the Python scripts have external dependencies (outside of the stdlib):
click
(See issue The python scripts requireclick
#2)There is an implicit advantage of this is of course that there are much fewer
build-dependencies
:)The text was updated successfully, but these errors were encountered: