Skip to content

Commit 41f414f

Browse files
committed
Update 1_requirements.rst
1 parent 853031e commit 41f414f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

source/1_requirements.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Firstly, the following packages are supposed to be installed on your computer ma
1515
2. `CUDA Toolkit <https://developer.nvidia.com/cuda-toolkit>`__ version 12.9 (`Download <https://developer.nvidia.com/cuda-toolkit-archive>`). All versions crossing 12.x.x should theoretically work, but only 12.9 was fully tested. Ealier versions could work as well, but it requires a different version of `cupy`, and could cause unexpected performance decay and errors. See `cupy` documentation for more information.
1616

1717
3. `pip <https://pypi.org/project/pip/>`__ newest version, which is used for installing further dependencies. It can be installed by:
18+
1819
.. code-block::
1920
python -m ensurepip --upgrade
2021
@@ -32,9 +33,11 @@ Generally, the following dependencies can be installed via ``pip``, the Python p
3233
10. `PyQt5 <https://riverbankcomputing.com/software/pyqt/intro>`__ version 5.15.11 or later
3334

3435
You can install them after installing ``pip`` by:
36+
3537
.. code-block::
3638
pip install -r ./requirements.txt
37-
When it does not work, consider if your current dir is incorrect. It should be run from the project root of ``Py3DFTLE`` when undergoing configurations and under :ref:`command-line <commands>`` mode. Please feel free about such thing under GUI mode.
39+
40+
When it does not work, consider if your current dir is incorrect. It should be run from the project root of ``Py3DFTLE`` when undergoing configurations and under :ref:`command-line <command>` mode. Please feel free about such thing under GUI mode.
3841

3942

4043
Add-on Libs

0 commit comments

Comments
 (0)