Skip to content

Commit

Permalink
add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrine committed Jan 29, 2019
1 parent eea00c4 commit 8461132
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ Manifold aware ``pytorch.optim``.
Unofficial implementation for `“Riemannian Adaptive Optimization
Methods”`_ ICLR2019 and more.

Installation
------------
There are two ways to install geoopt:

1. GitHub (preferred) due to active development

.. code-block::
pip install git+https://github.com/ferrine/geoopt.git
2. pypi

.. code-block::
pip install geoopt
What is done so far
-------------------

Expand Down

0 comments on commit 8461132

Please sign in to comment.