Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 1.62 KB

setup5.md

File metadata and controls

28 lines (26 loc) · 1.62 KB

CCircle.Setup.5 : Pulling the ccircle Git Repository

  • Open PyCharm, if you see a fullscreen that has a project open, then close the project. pullccircle01
  • You should have a prompt that looks like this: pullccircle02
  • Click the triangle dropdown to the right of the "Check out from Version Control" menu, and select "Git": pullccircle03
  • Put https://github.com/mathcircle/ccircle.git for the "Git Repository URL:" and ensure the "Directory Name" is "ccircle". Then click the "Test" button: pullccircle04
  • A dialog should show that your connection was successful. Click "OK". pullccircle05
  • Click "Clone": pullccircle06
  • Wait for the repository to finish downloading: pullccircle07
  • Click "Yes" to open in PyCharm: pullccircle08
  • Validate that the repository clone was successful by clicking the small triangle next to "ccircle" to list the directory's contents: pullccircle09
  • Navigate to ccircle -> pyproject -> 01_hello -> hello.py, right click and then select "Run". pullccircle10
  • Verify that the following output displays in PyCharm: pullccircle11
  • Congratulations, you now have the ccircle repository which contains staff-provided code for students!