From e0ec25e03d0584054b40ae63c27dbe4b06caa7bd Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 5 Aug 2018 22:52:03 +0200 Subject: o More docs for the ee project. --- docs/getting-started.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/getting-started.rst (limited to 'docs/getting-started.rst') diff --git a/docs/getting-started.rst b/docs/getting-started.rst new file mode 100644 index 0000000..aeb023d --- /dev/null +++ b/docs/getting-started.rst @@ -0,0 +1,17 @@ +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` -- cgit v1.2.3