Skip to content

Commit 92f7f82

Browse files
committed
docs: adjust install instructions to remove git method
It seems installing via the git method doesn't actually do anything differently. Potentially related issue: pypa/pip#5780
1 parent 606726a commit 92f7f82

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

docs/getting_started.rst

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,17 @@ Getting Started
55
************
66
Installation
77
************
8-
1a. The latest release of Moe is available on `PyPI <https://pypi.org/project/moe>`_
8+
#. The latest release of Moe is available on `PyPI <https://pypi.org/project/moe>`_
99

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

22-
.. code-block:: bash
16+
.. code-block:: bash
2317
24-
$ moe --version
18+
$ moe --version
2519
2620
*********************
2721
Understanding Plugins

0 commit comments

Comments
 (0)