subject-f / guyamoe

Kaguya Manga Reader Website
https://guya.moe
GNU Affero General Public License v3.0
462 stars 66 forks source link

Use python3 #53

Closed PythonCoderAS closed 4 years ago

PythonCoderAS commented 4 years ago

On many UNIX systems, python —> system python2. This uses python3.

appu1232 commented 4 years ago

Local dev on other machines like windows would not play friendly with this. Plus on any system, it's best practice to set up a virtual env anyway, thus allowing just python to work fine (which is what I do).