304 B
304 B
Compile Toxygen
You can compile Toxygen using PyInstaller
Use Dockerfile and build script from build
directory:
- Build image:
docker build -t toxygen .
- Run container:
docker run -it toxygen bash
- Execute
build.sh
script:
./build.sh