mikeshardmind / salamander-v1

Apache License 2.0
5 stars 0 forks source link

Setup ease #8

Closed mikeshardmind closed 3 years ago

mikeshardmind commented 3 years ago

Creates a setup script. This doesn't handle full dependencies right now (Better served by other means later on, and just intended to allow quicker development for now)

This is based on top of changes in #7 and should not be merged before it

DiscordLiz commented 3 years ago

Maybe add non-python dependency handling later?

Probably needed, but this looks like it was just looking for an easy upgrade here that helps document what's needed. Since the only thing here not handled by pip is sqlite3, by having the shell script invoking both sqlite3 and python3.8, it's a decent start.

If you can update this since those are all that's missing, I'd feel better about my approval on this, but it meets the goal you are going for.

mikeshardmind commented 3 years ago

Noted, but I'd prefer to handle those dependencies through documentation + eventual deployment tools later on.