Skip to content

Commit

Permalink
setup guides generated
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 4, 2025
1 parent 7518a78 commit 79706c4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LINUX_keep_current.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ pip install -U pip
```

``` bash
pip install -r https://raw.githubusercontent.com/lewagon/data-setup/master/specs/releases/linux.txt
pip install -r https://raw.githubusercontent.com/lewagon/data-setup/blob/no-update/specs/releases/linux.txt
```

## GCP
Expand Down
2 changes: 1 addition & 1 deletion LINUX_keep_current.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ pip install -U pip
```

``` bash
pip install -r https://raw.githubusercontent.com/lewagon/data-setup/master/specs/releases/linux.txt
pip install -r https://raw.githubusercontent.com/lewagon/data-setup/blob/no-update/specs/releases/linux.txt
```

## GCP
Expand Down
2 changes: 1 addition & 1 deletion WINDOWS_keep_current.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ pip install -U pip
```

``` bash
pip install -r https://raw.githubusercontent.com/lewagon/data-setup/master/specs/releases/linux.txt
pip install -r https://raw.githubusercontent.com/lewagon/data-setup/blob/no-update/specs/releases/linux.txt
```

## GCP
Expand Down
2 changes: 1 addition & 1 deletion WINDOWS_keep_current.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ pip install -U pip
```

``` bash
pip install -r https://raw.githubusercontent.com/lewagon/data-setup/master/specs/releases/linux.txt
pip install -r https://raw.githubusercontent.com/lewagon/data-setup/blob/no-update/specs/releases/linux.txt
```

## GCP
Expand Down
4 changes: 2 additions & 2 deletions macOS_keep_current.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Si tu computadora usa **Apple Silicon**, expande el párrafo de abajo y léelo.
<summary>👉&nbsp;&nbsp;Configuración para Apple Silicon 👈</summary>

``` bash
pip install -r https://raw.githubusercontent.com/lewagon/data-setup/master/specs/releases/apple_silicon.txt
pip install -r https://raw.githubusercontent.com/lewagon/data-setup/blob/no-update/specs/releases/apple_silicon.txt
```
</details>

Expand All @@ -156,7 +156,7 @@ Si tu computadora usa **Apple Intel**, expande el párrafo de abajo y léelo. Si
<summary>👉&nbsp;&nbsp;Configuración para Apple Intel 👈</summary>

``` bash
pip install -r https://raw.githubusercontent.com/lewagon/data-setup/master/specs/releases/apple_intel.txt
pip install -r https://raw.githubusercontent.com/lewagon/data-setup/blob/no-update/specs/releases/apple_intel.txt
```
</details>

Expand Down
4 changes: 2 additions & 2 deletions macOS_keep_current.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ If your computer uses **Apple Silicon**, expand the paragraph below and go throu
<summary>👉&nbsp;&nbsp;Setup for Apple Silicon 👈</summary>

``` bash
pip install -r https://raw.githubusercontent.com/lewagon/data-setup/master/specs/releases/apple_silicon.txt
pip install -r https://raw.githubusercontent.com/lewagon/data-setup/blob/no-update/specs/releases/apple_silicon.txt
```
</details>

Expand All @@ -156,7 +156,7 @@ If your computer uses **Apple Intel**, expand the paragraph below and go through
<summary>👉&nbsp;&nbsp;Setup for Apple Intel 👈</summary>

``` bash
pip install -r https://raw.githubusercontent.com/lewagon/data-setup/master/specs/releases/apple_intel.txt
pip install -r https://raw.githubusercontent.com/lewagon/data-setup/blob/no-update/specs/releases/apple_intel.txt
```
</details>

Expand Down

0 comments on commit 79706c4

Please sign in to comment.