Skip to content

Commit e7a0b43

Browse files
committed
fixing quickstart
1 parent 6b39a08 commit e7a0b43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/quickstart.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Install GBRL via pip:
1010
CPU only version despite having a valid CUDA installation by setting `CUDA_ONLY=1` as an environment variable:
1111

1212
.. code-block:: console
13+
1314
export CPU_ONLY=1
1415
pip install gbrl
1516
@@ -46,7 +47,7 @@ Make sure that ``CUDA_HOME`` is set.
4647
For integration with Microsoft Visual Studio make sure to copy the following files:
4748

4849
.. code-block:: console
49-
50+
5051
CUDA <cuda_version>.props
5152
CUDA <cuda_version>.targets
5253
CUDA <cuda_version>.xml
@@ -59,6 +60,7 @@ into ``<visual studio path>\BuildTools\MSBuild\Microsoft\VC\v160\BuildCustomizat
5960
Once GBRL is installed, verify that CUDA is enabled by running
6061

6162
.. code-block:: python
63+
6264
# Verify that GPU is visible by running
6365
import gbrl
6466

0 commit comments

Comments
 (0)