Skip to content

Commit

Permalink
docs: adjust install instructions to remove git method
Browse files Browse the repository at this point in the history
It seems installing via the git method doesn't actually do anything differently. Potentially related issue:

pypa/pip#5780
  • Loading branch information
jtpavlock committed Oct 12, 2022
1 parent 606726a commit 92f7f82
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,17 @@ Getting Started
************
Installation
************
1a. The latest release of Moe is available on `PyPI <https://pypi.org/project/moe>`_
#. The latest release of Moe is available on `PyPI <https://pypi.org/project/moe>`_

.. code-block:: bash
$ pip install moe
1b. Or, if you want to be on the bleeding edge and can't wait for the latest release, you can install from github.
.. code-block:: bash
.. code-block:: bash
$ pip install git+https://github.com/MoeMusic/Moe@master
$ pip install moe
2. Ensure everything is working properly.
#. Ensure everything is working properly.

.. code-block:: bash
.. code-block:: bash
$ moe --version
$ moe --version
*********************
Understanding Plugins
Expand Down

0 comments on commit 92f7f82

Please sign in to comment.