File tree 1 file changed +29
-7
lines changed
1 file changed +29
-7
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,34 @@ Install the component
45
45
Optional dependencies
46
46
-----------------------------------------------------------
47
47
48
- Faster Jpeg encoding with TurboJPEG.
48
+ Faster Jpeg encoding using TurboJPEG.
49
49
50
- ```
51
- brew install jpeg-turbo
52
- pip install trame trame-vuetify vtk
53
- pip install "trame-rca[turbo]"
50
+ **macOS system install **
54
51
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
You can’t perform that action at this time.
0 commit comments