aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started.rst
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-08-05 22:52:03 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-08-05 22:52:03 +0200
commite0ec25e03d0584054b40ae63c27dbe4b06caa7bd (patch)
tree3c7f6463c673d744d2c638577e4e4a74bab805a0 /docs/getting-started.rst
parent497d26a2755289f1633e6e3d8291a13254e4a5b7 (diff)
downloadee-python-e0ec25e03d0584054b40ae63c27dbe4b06caa7bd.tar.gz
ee-python-e0ec25e03d0584054b40ae63c27dbe4b06caa7bd.tar.bz2
ee-python-e0ec25e03d0584054b40ae63c27dbe4b06caa7bd.tar.xz
ee-python-e0ec25e03d0584054b40ae63c27dbe4b06caa7bd.zip
o More docs for the ee project.
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`