1 CompilingToxygen
emdee edited this page 2022-10-18 10:29:22 +00: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