Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.35 KB

File metadata and controls

44 lines (31 loc) · 1.35 KB

Setting up a new Developer environment within MIT DH Lab

  1. Get Python (python.org) -- you will need Python 3.6 or 3.7

  2. Create account on GitHub -- use an account name that lets the staff identify it as you. (If you already have an account that does not identify you, please at least add your name to your )

  3. Join slack (mitdhlab)

    • Post a hello in the general slack channel including your github user name
  4. Install GitHub Desktop app

    • Clone dhmit/computation_hist in GitHub Desktop

    • Create and publish your own branch

  5. Install and setup PyCharm

    • Download and install PyCharm (professional) version
    • Setup your free account on PyCharm with your MIT student email
    • Open PyCharm
    • Setup virtual environment
    • Install requirements (click on install requirements button)
  6. Setup Django

Continuing Members

We're moving from a model where everyone has a fork of the main repository to one where we work with different branches on the main repository. (The following instructions are weird.)

  1. Post a hello in the general slack channel including your github user name

  2. Delete the folder that contains your computation_hist repository

  3. GitHub Desktop will ask you if you want to clone or remove the repo. Select remove.

  4. Add the dhmit/computation_hist repo on GitHub Desktop