File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -11,23 +11,24 @@ conda activate scipy_dev
1111pip install -e .
1212```
1313
14- ## Compiling the Presentation
14+ ## Presentation
1515
16- The presentation is compiled to HTML using [ marp] ( https://marp.app/ ) , which needs to be
16+ Our presentation is compiled to HTML using [ marp] ( https://marp.app/ ) , which needs to be
1717installed and made available to the PATH. To get a PDF version that correctly displays
1818pauses/breaks, we utilize [ decktape] ( https://github.com/astefanutti/decktape ) .
1919
20+ ### Installation of marp and decktape
21+
2022To check that both executables are installed run
2123
2224``` bash
23- pytask
25+ $ pytask src/scipy_dev/task_test_installations.py
2426```
2527
26- ### Decktape
28+ ** Installation: **
2729
28- ``` bash
29- $ decktape generic -s 1280x720 --load-pause 3000 file.html file.pdf
30- ```
30+ - marp: Can be installed from the [ README instructions] ( https://github.com/marp-team/marp-cli )
31+ - decktape: Can be installed via `` npm install -g decktape ``
3132
3233## Credits
3334
You can’t perform that action at this time.
0 commit comments