Search code examples
pythongithubstylescoding-stylerequirements.txt

Python Version + Requirement


I should upload a Python program to GitHub and I was wondering about two things:

  • does it make sense to upload an empty requirement.txt (the file was requested)
  • where should I mention the version of Python I used to code my program?

Solution

  • If you are not using any external libraries, I dont think you need to add a requirements.txt file. You should mention the version of python that you used in a README file.