Development
Use Visual Studio Code together with EditorConfig, Python, YAPF, and Pylint.
VSC Extensions
Install the following Visual Studio Code extensions:
- editorconfig.editorconfig
- ms-python.python
Python Packages
Install the following Python packages:
- yapf
- pylint
Setup Symbolic Links on Windows
This repository uses symbolic links. Please enable support for it on your Windows setup, before cloning this repository.
- Enable symlinks in Git:
git config --global core.symlinks true
- Enable symlink policy:
- Run
gpedit.msc
- Computer configuration → Windows Settings → Security Settings → Local Policies → User Rights Assignment
- Edit
Create symbolic links
policy and add your Windows user to it - Save and reboot
- Run