You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tools/CLI/cli-setup/cli-reqs.md
+5-15Lines changed: 5 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -15,23 +15,13 @@ There is no installer for Linux; please follow the [manual installation guide](.
15
15
16
16
### Instructions for Windows
17
17
18
-
1. Download and install [Python 2.7.x](https://www.python.org/downloads/windows/) (which includes `pip`).
18
+
1. Download and install [Python 3.7.x](https://www.python.org/downloads/windows/) (which includes `pip`).
19
19
1. Download and install [Git](https://git-scm.com/downloads) (versions 1.9.5 or later are supported).
20
20
1. Download and install [Mercurial](https://www.mercurial-scm.org/downloads) (versions 2.2.2 or later are supported).
21
21
22
22
### Instructions for macOS
23
23
24
-
1. macOS 10.8 and later comes with Python 2.7 preinstalled.
25
-
26
-
- If you are using the preinstalled version but need to install `pip`, you can run the following command (taken from the [pip installation guide](https://pip.pypa.io/en/stable/installing/)):
- If you are running an earlier version of macOS, download and install [Python from the official website](https://www.python.org/downloads/mac-osx/). This package includes `pip`.
34
-
24
+
1. If your version of macOS does not come with Python 3, download and install [Python from the official website](https://www.python.org/downloads/mac-osx/). This package includes `pip`.
35
25
1. Download and install [Git](https://git-scm.com/downloads) (versions 1.9.5 or later are supported).
36
26
1. Download and install [Mercurial](https://www.mercurial-scm.org/downloads) (versions 2.2.2 or later are supported).
37
27
@@ -42,7 +32,7 @@ Linux distributions typically manage software through package managers. The spec
42
32
As an example, the following is a command to install all dependencies on Ubuntu:
0 commit comments