samuelbryant / sjb-tools

A simple CLI program to create, maintain and edit todo lists
MIT License
0 stars 0 forks source link

[FEATURE] Make the application properly deployable #4

Closed samuelbryant closed 6 years ago

samuelbryant commented 6 years ago

It's not clear what the best tool for this is yet. Maybe pip. Make the application deployable in a way that allows for easy versioning/updating/removal etc

samuelbryant commented 6 years ago

See the pythonic project structure guidelines: http://docs.python-guide.org/en/latest/writing/structure/

In particular pay attention to the Pip requirements file: https://pip.pypa.io/en/stable/user_guide/#requirements-files

You should first complete issue #29, since these will likely affect one another

samuelbryant commented 6 years ago

Also definitely look into the sublime requirements.txt package for dealing with that guy:

https://realpython.com/setting-up-sublime-text-3-for-full-stack-python-development/#packages