Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.05 KB

File metadata and controls

26 lines (22 loc) · 1.05 KB

How to start

  • Install Python >= 3.6
  • Install PyCharm (community is enough)
  • Checkout this repository to git (take url from Clone or download button)
  • request push permissions (via google doc)

Push your code

  • directly to master branch to directory sessions/<session>/<firstname_lastname>/
  • use input files (if any) from session dir open('../input.txt', 'r')

Branching

  • you can create your own branch if you want
  • please use pattern <firstname_lastname> for you branch
  • consider delete your branch when you do not need it anymore

use own requirements.txt

  • setup your sessions/<session>/<firstname_lastname>/requirements.txt
  • in root directory create new file /requirements.txt with content -r sessions/<session>/<firstname_lastname>/requirements.txt
  • root's /requirements.txt is in .gitignore, so every student has his/her own version of requirements.txt managed by PyCharm

comment in other's commits