Skip to content

Commit e668d60

Browse files
committed
Merge branch 'lorcanrae/macos-xcode-unlink' of github.com:lewagon/data-engineering-setup into lorcanrae/macos-xcode-unlink
2 parents c97ed40 + 7aca748 commit e668d60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

macOS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ The `gcloud` Command Line Interface (CLI) is used to communicate with Google Clo
291291
### Install gcloud
292292

293293

294-
#### Check to see if python 3 is available, otherwise install
294+
#### 1. Check to see if python 3 is available, otherwise install
295295

296296
If you don't know, run:
297297

@@ -311,7 +311,7 @@ python3 -v
311311

312312
If you do not have Python 3.10 or higher, install a newer Python version (any version between 3.10 - 3.14, inclusive) using your existing environment manager, or download from [https://www.python.org/downloads/macos/ 🔗](https://www.python.org/downloads/macos/)
313313

314-
#### Download the gcloud sdk installer
314+
#### 2. Download the gcloud sdk installer
315315

316316
Check if you have an M1 (or higher) or Intel processor by running:
317317

@@ -346,7 +346,7 @@ curl -o ~/google-cloud-sdk.tar.gz https://dl.google.com/dl/cloudsdk/channels/rap
346346
```
347347
</details>
348348

349-
#### Install gcloud sdk
349+
#### 3. Install gcloud sdk
350350

351351
```bash
352352
exec zsh
@@ -358,7 +358,7 @@ tar -xf google-cloud-sdk.tar.gz
358358

359359
You can accept all the default options by hitting enter.
360360

361-
❗ At a certain point (the 4th option normally), the installer will ask to download and install python3. You can say **no**.
361+
❗ At a certain point (usually the 4th option), the installer will ask to download and install python3. You can say **no**.
362362

363363
Once the installer is finished, test the install by running:
364364

0 commit comments

Comments
 (0)