...
Download the zip file below.
Open the pkgex directory. The simple pkgex.py script executes a user loaded package (
request
). We recommend pip to download any third-party modules, but other methods can be used instead.Copy the ./ directory, which contains /autorun.brs and /pkgex, to your SD card.
Run /pkgex/pkgex.py using roPython (the autorun.brs included in this example will execute this).
View file | ||
---|---|---|
|
We recommend pip to download any third-party modules, but other methods can be used instead.
Included modules must not contain binaries. To ensure that your module does not contain binaries, use the pip download
command with the --no-binary
flag. See https://pip.pypa.io/en/stable/cli/pip_download/ for more information.
...