Install

Diff change
diff --git a/Install.md b/Install.md
new file mode 100644
--- /dev/null
+++ b/Install.md
@@ -0,0 +1,14 @@
+
+To install Wikked:
+
+1. Install [Python 3][1] if you don't have it already.
+2. Run `pip install wikked`.
+
+Make sure it works by typing `wk --help`. You should see some usage information.
+
+If you get some obscure error when running `wk --help`, make sure you're
+running Python 3 by typing `python --version`.
+
+[[image:monkey.png]]
+
+[1]: https://www.python.org/downloads/