keithstellyes / kwitter

A Twitter clone in Flask supporting either SQLite or Postgres
12 stars 3 forks source link

Cross-Platform support #36

Open binaryflesh opened 7 years ago

binaryflesh commented 7 years ago

Make kwitter usable on Windows/mac/nix and BSD

keithstellyes commented 7 years ago

This is a good argument for #31

Right now, Kwitter should work cross-platform given a lack of dependency on OS-specifics AFAIK, but this has not actually been tested. Perhaps we use #31 to confirm its working state cross-platform?

binaryflesh commented 7 years ago

We'd have to take into consideration architecture and OS in the setup script. We should have a open issue for confirmed instances in the future