How to use PyInstaller to package the project¶ 2026-01-192026-01-19 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 .