toxygen/docs/compile.md

304 B

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