Onboarding feels cumbersome, especially since it pollutes your global pip installation.
Can you offer compiled executables for releases?
I don't know how to do it on linux, but I have used the following for windows, it can probably be added to travis:
build.bat
pyInstaller --onefile --distpath . --workpath %APPDATA%/Local/Temp [-i icon.ico] -n restatic src/restatic/__main__.py
Onboarding feels cumbersome, especially since it pollutes your global pip installation.
Can you offer compiled executables for releases?
I don't know how to do it on linux, but I have used the following for windows, it can probably be added to travis:
build.bat