File tree 1 file changed +8
-7
lines changed
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
11
11
pip install -e .
12
12
```
13
13
14
- ## Compiling the Presentation
14
+ ## Presentation
15
15
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
17
17
installed and made available to the PATH. To get a PDF version that correctly displays
18
18
pauses/breaks, we utilize [ decktape] ( https://github.com/astefanutti/decktape ) .
19
19
20
+ ### Installation of marp and decktape
21
+
20
22
To check that both executables are installed run
21
23
22
24
``` bash
23
- pytask
25
+ $ pytask src/scipy_dev/task_test_installations.py
24
26
```
25
27
26
- ### Decktape
28
+ ** Installation: **
27
29
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 ``
31
32
32
33
## Credits
33
34
You can’t perform that action at this time.
0 commit comments