Skip to content

Commit 888c977

Browse files
authored
Update index.md
1 parent 24546f9 commit 888c977

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

‎index.md‎

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,20 @@ This is the easiest option and will give the most recent stable release.
3737
pipx install rst2pdf
3838
```
3939

40-
**Option 2: install with snap**
41-
42-
If you are using a system that supports [snaps](https://snapcraft.io/)
43-
then you can install from there with:
40+
rst2pdf also has support for a number of features that require additional dependencies. Installation of all the required dependencies using pipx may be installed using:
4441

4542
```
46-
snap install rst2pdf
43+
pipx install rst2pdf[aafiguresupport,mathsupport,plantumlsupport,rawhtmlsupport,sphinx,svgsupport]
44+
4745
```
4846

49-
rst2pdf also has support for a number of features that require additional dependencies. Installation of all the required dependencies using pipx may be installed using:
47+
**Option 2: install with snap**
5048

49+
If you are using a system that supports [snaps](https://snapcraft.io/)
50+
then you can install from there with:
5151

5252
```
53-
pipx install rst2pdf[aafiguresupport,mathsupport,plantumlsupport,rawhtmlsupport,sphinx,svgsupport]
54-
53+
snap install rst2pdf
5554
```
5655

5756
**Option 3: install from source**

0 commit comments

Comments
 (0)