Skip to content

Commit 70c8b05

Browse files
authored
Update README.rst
1 parent 6341a51 commit 70c8b05

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.rst

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ System Requirements
7777
- `Mono <https://www.mono-project.com/download/stable/#download-lin>`__ Common Language Runtime >= 5.2, recommended: 5.20.1
7878
- `pythonnet <http://pythonnet.github.io>`__ >= 2.4
7979
- `FFmpeg <https://ffmpeg.org/download.html>`__ >= 4.1
80-
- for video encoding: `CUDA Toolkit v10.x <https://developer.nvidia.com/cuda-downloads>`__ (tested with v10.0 and v10.1)
8180

8281
What's Included
8382
---------------
@@ -94,7 +93,7 @@ Installation
9493
PlotOptiX was also successfully tested on the `Google Cloud Platform <https://cloud.google.com/>`__, using Compute Engine instance with 2x V100 GPU's and Ubuntu 18.04 image.
9594
Here are the `installation steps <https://github.com/rnd-team-dev/plotoptix/blob/master/gcp_install_gpu.txt>`__ so you can save some precious seconds (FFmpeg not included).
9695

97-
Windows should be ready to go in most cases. You need to do some more typing in Linux. For video encoding you need to install CUDA toolkit in both Linux and Windows.
96+
Windows should be ready to go in most cases. You need to do some more typing in Linux.
9897

9998
Windows prerequisites
10099
---------------------
@@ -177,15 +176,6 @@ Add FFmpeg's shared library path to your config::
177176
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
178177
sudo ldconfig
179178

180-
CUDA Toolkit
181-
------------
182-
183-
CUDA libraries are not included in the package and required only for the video encoding features of PlotOptiX. Visit
184-
`CUDA download page <https://developer.nvidia.com/cuda-downloads>`__, select your operating system and CUDA version **10.x**.
185-
Download and run the installer.
186-
187-
*Linux note:* Install the GPU driver before installing CUDA toolkit, it makes things easier.
188-
189179
PlotOptiX
190180
---------
191181

@@ -204,7 +194,7 @@ Then, try running code from the top of this readme, or one of the examples. You
204194
Development path
205195
================
206196

207-
This is an early version. There are some important features not available yet, eg. ticks and labels on plot axes.
197+
This is still an early version. There are some important features not available yet, eg. ticks and labels on plot axes.
208198

209199
PlotOptiX is basically an interface to RnD.SharpOptiX library which we are developing and using in our Studio. RnD.SharpOptiX offers
210200
much more functionality than it is now available through PlotOptiX. We'll progressively add more to PlotOptiX if there is interest in

0 commit comments

Comments
 (0)