R2DT
R2DT copied to clipboard
Enable installation without Docker
- Consider dockerless distributions with all dependencies bundled in. PyInstaller, cx_Freeze, Py2exe, PyInstaller and Py2app would be good options
- Consider bundling everything in a conda environment and distributing it might be a good choice for conda-inclined folks
- Wrap in an electron app
- WASM?