Setup - GitHubClassroomTestCMPUT229/manager GitHub Wiki

Setup

  • Clone this repo.
  • Navigate to the directory that contains the manager.
  • Run setup.sh.
    • Initializes a Python virtual environment in the folder /venv/
    • Activates the virtual environment with "source venv/bin/activate"
    • Uses pip to install the dependencies PyGithub and GitPython
    • Deactivates the virtual environment with "deactivate"
  • Obtain a GitHub Oauth token for the organization you are managing.
    • How to obtain a GitHub Oauth token
    • Copy the token and write it to git.token in the manager's directory.
    • .gitignore prevents this file from being added to your repo, in case you are adding to this work.
  • Setup is complete