From 75b8b3ac51ce6eaccb1e47daea97837523dfd39a Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Wed, 25 Mar 2020 17:14:46 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19b23af..dac96b2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This program is meant to be used as a git submodule of your actual presentation $ git submodule add -b release git@path-to-onpoint.git -Make sure to have python3 and pandoc installed. +Make sure to have python3 and pandoc (the same version for all developers!) installed. Next, we can install all requirements: $ cd onpoint @@ -25,6 +25,7 @@ We recommend you to structure your project directory like this: ├── onpoint │ ├── autocompile.sh │ ├── main.py + │ ├── ….py │ ├── README.md │ └── requirements.txt ├── slides