Skip to content
Justin Lewis edited this page Dec 31, 2019 · 1 revision

To configure this project for development:

  1. Clone this GitHub repo
  2. Open this project in PyCharm
  3. Configure PyCharm
    1. Select menu item PyCharm -> Preferences
    2. Select in sidebar: Project: project-kronos -> Project Interpreter
    3. Click the gear icon right of Project Interpreter, select Add...
    4. Check Existing environment
    5. Click ... right of Interpreter
    6. Navigate to /Users/<user_name>/.pyenv/versions/kronos-3.7.3/bin/python, click OK
    7. Apply and OK the changes
  4. Install dependencies
     pip install -r requirements-dev.txt