You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i just wanna say that you can move all headache with packaging to pip and publish your program on PyPI. If you do so, installation process would collapse to:
install python
run python -m pip install turing-smart-screen
run turing-smart-screen-python
also it's very annoying that your program reads themes that located only in same folder where program located, that's pretty dumb, can you just make theme option in your config accept absolute path to theme's folder, that's really sucks. Also it would very helpful if you could add argument like "-c" for config file path.
The text was updated successfully, but these errors were encountered:
Hello, i just wanna say that you can move all headache with packaging to pip and publish your program on PyPI. If you do so, installation process would collapse to:
also it's very annoying that your program reads themes that located only in same folder where program located, that's pretty dumb, can you just make theme option in your config accept absolute path to theme's folder, that's really sucks. Also it would very helpful if you could add argument like "-c" for config file path.
The text was updated successfully, but these errors were encountered: