Skip to content

Commit

Permalink
Merge pull request #113 from Toni-SM/Toni-SM-patch-1
Browse files Browse the repository at this point in the history
Update installation.rst
  • Loading branch information
Toni-SM committed Aug 16, 2023
2 parents 8b875f8 + 208a048 commit d4b794f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/intro/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ To install **skrl** with pip, execute:

.. code-block:: bash
pip install --pre skrl["torch"]
pip install skrl["torch"]
.. group-tab:: |_4| |jax| |_4|

Expand All @@ -66,19 +66,19 @@ To install **skrl** with pip, execute:

.. code-block:: bash
pip install --pre skrl["jax"]
pip install skrl["jax"]
.. group-tab:: All ML frameworks

.. code-block:: bash
pip install --pre skrl["all"]
pip install skrl["all"]
.. group-tab:: No ML framework

.. code-block:: bash
pip install --pre skrl
pip install skrl
.. raw:: html

Expand Down

0 comments on commit d4b794f

Please sign in to comment.