1 CompilingToxygen
emdee edited this page 2024-02-08 23:41:25 +01:00

Compile Toxygen

You can compile Toxygen using PyInstaller

Use Dockerfile and build script from build directory:

  1. Build image:
docker build -t toxygen .
  1. Run container:
docker run -it toxygen bash
  1. Execute build.sh script:

./build.sh