-
Notifications
You must be signed in to change notification settings - Fork 1
Linux
Justin Lewis edited this page Dec 31, 2019
·
1 revision
To configure this project for development:
- Clone this GitHub repo
- Open this project in PyCharm
- Configure PyCharm
- Select menu item PyCharm -> Preferences
- Select in sidebar: Project: project-kronos -> Project Interpreter
- Click the gear icon right of Project Interpreter, select Add...
- Check Existing environment
- Click ... right of Interpreter
- Navigate to
/Users/<user_name>/.pyenv/versions/kronos-3.7.3/bin/python
, click OK - Apply and OK the changes
- Install dependencies
pip install -r requirements-dev.txt