Compare commits

..

No commits in common. "5184c79147104142469e36135d65473ee8e111a1" and "d9221b71ec4ede7eff26fcd565013b9a605daa67" have entirely different histories.

View File

@ -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 $ git submodule add -b release git@path-to-onpoint.git
Make sure to have python3 and pandoc (the same version for all developers!) installed. Make sure to have python3 and pandoc installed.
Next, we can install all requirements: Next, we can install all requirements:
$ cd onpoint $ cd onpoint
@ -25,7 +25,6 @@ We recommend you to structure your project directory like this:
├── onpoint ├── onpoint
│ ├── autocompile.sh │ ├── autocompile.sh
│ ├── main.py │ ├── main.py
│ ├── ….py
│ ├── README.md │ ├── README.md
│ └── requirements.txt │ └── requirements.txt
├── slides ├── slides