aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting-started.rst')
-rw-r--r--docs/getting-started.rst17
1 files changed, 17 insertions, 0 deletions
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 <<EOF > 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`