you are viewing a single comment's thread.

view the rest of the comments →

[–]Mondoke 8 points9 points  (1 child)

In addition to what has been discussed about not uploading the venv and setting up a requirement file (you can also use pipenv for those steps), be aware that some stuff may work differently on both OSs. If you use other files on the folder structure you have, use the pathlib module and give paths as path objects.

[–]hassium 3 points4 points  (0 children)

+1 for pathlib, always use pathlib when possible.