Skip to content

Commit

Permalink
Update github URL + nicer console highlighting
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 581517078
  • Loading branch information
fabianp authored and OptaxDev committed Nov 11, 2023
1 parent 7a537f0 commit e81605d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ Installation
------------

The latest release of Optax can be installed from
`PyPI <https://pypi.org/project/optax/>`_ using
`PyPI <https://pypi.org/project/optax/>`_ using::

``pip install optax``
pip install optax

You may also install directly from GitHub, using the following command. This
can be used to obtain the most recent version of Optax.
can be used to obtain the most recent version of Optax::

``pip install git+git://github.com/deepmind/optax.git``
pip install git+git://github.com/google-deepmind/optax.git

Note that Optax is built on top of JAX.
See `here <https://github.com/google/jax#pip-installation-cpu>`_
Expand Down

0 comments on commit e81605d

Please sign in to comment.