Skip to content

How to use PyInstaller to package the project

Installation Dependencies

pip install -r requirements.d/full.txt
pip install pyinstaller

Build Executable File

pyinstaller --onefile --console \
    --name asgi-webdav \
    standalone.py

Run It

./dist/asgi-webdav -r .