Skip to content

Commit ad71a1c

Browse files
committed
fix(readme): for pypi publish
1 parent 20eebf2 commit ad71a1c

File tree

1 file changed

+29
-7
lines changed

1 file changed

+29
-7
lines changed

README.rst

+29-7
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,34 @@ Install the component
4545
Optional dependencies
4646
-----------------------------------------------------------
4747

48-
Faster Jpeg encoding with TurboJPEG.
48+
Faster Jpeg encoding using TurboJPEG.
4949

50-
```
51-
brew install jpeg-turbo
52-
pip install trame trame-vuetify vtk
53-
pip install "trame-rca[turbo]"
50+
**macOS system install**
5451

55-
python ./examples/00_cone/app.py --encoder turbo-jpeg
56-
```
52+
.. code-block:: console
53+
54+
# macOS
55+
brew install jpeg-turbo
56+
57+
**Windows install**
58+
59+
Download and install from Github: https://github.com/libjpeg-turbo/libjpeg-turbo/releases
60+
61+
**Linux install**
62+
63+
.. code-block:: console
64+
65+
# RHEL/CentOS/Fedora
66+
# YUM doc: https://libjpeg-turbo.org/Downloads/YUM
67+
68+
# Ubuntu
69+
apt-get install libturbojpeg
70+
71+
Once your system is ready, you can try our code example:
72+
73+
.. code-block:: console
74+
75+
pip install trame trame-vuetify vtk
76+
pip install "trame-rca[turbo]"
77+
78+
python ./examples/00_cone/app.py --encoder turbo-jpeg

0 commit comments

Comments
 (0)