Skip to content

Commit 8aece6c

Browse files
committed
deploy: 390848f
1 parent d2fecee commit 8aece6c

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.doctrees/1_requirements.doctree

-72 Bytes
Binary file not shown.

.doctrees/environment.pickle

0 Bytes
Binary file not shown.

1_requirements.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ <h2>Basic Environment<a class="headerlink" href="#basic-environment" title="Link
118118
</section>
119119
<section id="add-on-libs">
120120
<h2>Add-on Libs<a class="headerlink" href="#add-on-libs" title="Link to this heading"></a></h2>
121-
<p><strong>1. ParaView</strong></p>
122-
<p>ParaView is a powerful beloved open-source visualization platform based on <em>vtk</em> that can be used to visualize the results of 3D FTLE computations. We also integrated the ParaView entrance into our GUI, so you can directly open ParaView from it.
121+
<p><strong>1. ParaView</strong> is a powerful beloved open-source visualization platform based on <em>vtk</em> that can be used to visualize the results of 3D FTLE computations. We also integrated the ParaView entrance into our GUI, so you can directly open ParaView from it.
123122
The ParaView installation-free package (v6.0) can be downloaded from <a class="reference external" href="https://www.paraview.org/paraview-downloads/download.php?submit=Download&amp;version=v6.0&amp;type=binary&amp;os=Windows&amp;downloadFile=ParaView-6.0.0-RC1-MPI-Windows-Python3.12-msvc2017-AMD64.zip">official</a>.
124123
For already-installed ParaView, set environment variable <code class="docutils literal notranslate"><span class="pre">PARAVIEW_PATH</span></code> pointing to the root dir of ParaView to enable integration from GUI of <code class="docutils literal notranslate"><span class="pre">Py3DFTLE</span></code>.</p>
125124
</section>

_sources/1_requirements.rst.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Firstly, the following packages are supposed to be installed on your computer ma
1717
3. `pip <https://pypi.org/project/pip/>`__ newest version, which is used for installing further dependencies. It can be installed by:
1818

1919
.. code-block::
20-
20+
2121
python -m ensurepip --upgrade
2222
2323
Generally, the following dependencies can be installed via ``pip``, the Python package manager.
@@ -44,9 +44,7 @@ When it does not work, consider if your current dir is incorrect. It should be r
4444

4545
Add-on Libs
4646
-----------------
47-
**1. ParaView**
48-
49-
ParaView is a powerful beloved open-source visualization platform based on *vtk* that can be used to visualize the results of 3D FTLE computations. We also integrated the ParaView entrance into our GUI, so you can directly open ParaView from it.
47+
**1. ParaView** is a powerful beloved open-source visualization platform based on *vtk* that can be used to visualize the results of 3D FTLE computations. We also integrated the ParaView entrance into our GUI, so you can directly open ParaView from it.
5048
The ParaView installation-free package (v6.0) can be downloaded from `official <https://www.paraview.org/paraview-downloads/download.php?submit=Download&version=v6.0&type=binary&os=Windows&downloadFile=ParaView-6.0.0-RC1-MPI-Windows-Python3.12-msvc2017-AMD64.zip>`__.
5149
For already-installed ParaView, set environment variable ``PARAVIEW_PATH`` pointing to the root dir of ParaView to enable integration from GUI of ``Py3DFTLE``.
5250

0 commit comments

Comments
 (0)