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