Getting started
===============

In the directory where you have your KiCAD project, run::

    virtualenv -p python3 env
    echo env >> .gitignore

    cat <<EOF > requirements.txt
    -e git+https://trygvis.io/git/2017/07/ee-python.git#egg=ee
    EOF
    env/bin/pip install -r requirements