summaryrefslogtreecommitdiff
path: root/docs/dependencies.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dependencies.md')
-rw-r--r--docs/dependencies.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/dependencies.md b/docs/dependencies.md
new file mode 100644
index 0000000..4e4f035
--- /dev/null
+++ b/docs/dependencies.md
@@ -0,0 +1,5 @@
+To install dependencies run
+
+```
+$ pip install -r requirements.txt
+```