Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download the zip file below.

  2. 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.

  3. Copy the ./ directory, which contains /autorun.brs and /pkgex, to your SD card.

  4. Run /pkgex/pkgex.py using roPython (the autorun.brs included in this example will execute this).

View file
namesimple_package_example.zip

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.

...