Getting started =============== In the directory where you have your KiCAD project, run:: virtualenv -p python3 env echo env >> .gitignore cat < requirements.txt -e git+https://trygvis.io/git/2017/07/ee-python.git#egg=ee EOF env/bin/pip install -r requirements Then we need to configure DoIt. DoIt is somewhat like make, with tasks (code to run), file dependencies (input files) and targets (output files). The exact See :doc:`getting-started-dodo`