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 6c7e64e commit e38c9e4
Show file tree
Hide file tree
Showing 14 changed files with 52 additions and 52 deletions.
8 changes: 4 additions & 4 deletions LINUX.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ pip install --upgrade pip
Ahora instala algunos paquetes para las primeras semanas del programa:

``` 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/refs/heads/no-update/specs/releases/linux.txt
```


Expand Down Expand Up @@ -629,17 +629,17 @@ Puedes cerrar tu navegador web y luego cerrar el servidor jupyter con `CTRL` + `

Verifica tu versión de Python con los siguientes comandos:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/python_checker.sh)" 3.10.6
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/python_checker.sh)" 3.10.6
```

Ejecuta el comando siguiente para verificar que hayas instalado los paquetes requeridos correctamente:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.sh)"
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.sh)"
```

Ahora ejecuta el siguiente comando para verificar que puedas cargar estos paquetes:
```bash
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.py)"
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.py)"
```

Asegúrate de que puedas usar Jupyter:
Expand Down
8 changes: 4 additions & 4 deletions LINUX.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ pip install --upgrade pip
Then let's install some packages for the first weeks of the program:

``` 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/refs/heads/no-update/specs/releases/linux.txt
```


Expand Down Expand Up @@ -671,17 +671,17 @@ You can close your web browser then terminate the jupyter server with `CTRL` + `

Check your Python version with the following commands:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/python_checker.sh)" 3.10.6
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/python_checker.sh)" 3.10.6
```

Run the following command to check if you successfully installed the required packages:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.sh)"
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.sh)"
```

Now run the following command to check if you can load these packages:
```bash
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.py)"
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.py)"
```

Make sure you can run Jupyter:
Expand Down
6 changes: 3 additions & 3 deletions LINUX_keep_current.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,17 +277,17 @@ sudo service docker stop

Verifica tu versión de Python con los siguientes comandos:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/python_checker.sh)" 3.10.6
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/python_checker.sh)" 3.10.6
```

Ejecuta el comando siguiente para verificar que hayas instalado los paquetes requeridos correctamente:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.sh)"
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.sh)"
```

Ahora ejecuta el siguiente comando para verificar que puedas cargar estos paquetes:
```bash
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.py)"
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.py)"
```

Asegúrate de que puedas usar Jupyter:
Expand Down
6 changes: 3 additions & 3 deletions LINUX_keep_current.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,17 +277,17 @@ sudo service docker stop

Check your Python version with the following commands:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/python_checker.sh)" 3.10.6
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/python_checker.sh)" 3.10.6
```

Run the following command to check if you successfully installed the required packages:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.sh)"
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.sh)"
```

Now run the following command to check if you can load these packages:
```bash
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.py)"
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.py)"
```

Make sure you can run Jupyter:
Expand Down
8 changes: 4 additions & 4 deletions VM.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ pip install --upgrade pip
Ahora instala algunos paquetes para las primeras semanas del programa:

``` 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/refs/heads/no-update/specs/releases/linux.txt
```


Expand Down Expand Up @@ -773,17 +773,17 @@ Puedes cerrar tu navegador web y luego cerrar el servidor jupyter con `CTRL` + `

Verifica tu versión de Python con los siguientes comandos:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/python_checker.sh)" 3.10.6
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/python_checker.sh)" 3.10.6
```

Ejecuta el comando siguiente para verificar que hayas instalado los paquetes requeridos correctamente:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.sh)"
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.sh)"
```

Ahora ejecuta el siguiente comando para verificar que puedas cargar estos paquetes:
```bash
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.py)"
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.py)"
```

Asegúrate de que puedas usar Jupyter:
Expand Down
8 changes: 4 additions & 4 deletions VM.md
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ pip install --upgrade pip
Then let's install some packages for the first weeks of the program:

``` 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/refs/heads/no-update/specs/releases/linux.txt
```


Expand Down Expand Up @@ -1069,17 +1069,17 @@ You can close your web browser then terminate the jupyter server with `CTRL` + `

Check your Python version with the following commands:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/python_checker.sh)" 3.10.6
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/python_checker.sh)" 3.10.6
```

Run the following command to check if you successfully installed the required packages:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.sh)"
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.sh)"
```

Now run the following command to check if you can load these packages:
```bash
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.py)"
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.py)"
```

Make sure you can run Jupyter:
Expand Down
8 changes: 4 additions & 4 deletions WINDOWS.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ pip install --upgrade pip
Ahora instala algunos paquetes para las primeras semanas del programa:

``` 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/refs/heads/no-update/specs/releases/linux.txt
```


Expand Down Expand Up @@ -1205,17 +1205,17 @@ Puedes cerrar tu navegador web y luego cerrar el servidor jupyter con `CTRL` + `

Verifica tu versión de Python con los siguientes comandos:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/python_checker.sh)" 3.10.6
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/python_checker.sh)" 3.10.6
```

Ejecuta el comando siguiente para verificar que hayas instalado los paquetes requeridos correctamente:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.sh)"
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.sh)"
```

Ahora ejecuta el siguiente comando para verificar que puedas cargar estos paquetes:
```bash
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.py)"
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.py)"
```

Asegúrate de que puedas usar Jupyter:
Expand Down
8 changes: 4 additions & 4 deletions WINDOWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ pip install --upgrade pip
Then let's install some packages for the first weeks of the program:

``` 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/refs/heads/no-update/specs/releases/linux.txt
```


Expand Down Expand Up @@ -1266,17 +1266,17 @@ You can close your web browser then terminate the jupyter server with `CTRL` + `

Check your Python version with the following commands:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/python_checker.sh)" 3.10.6
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/python_checker.sh)" 3.10.6
```

Run the following command to check if you successfully installed the required packages:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.sh)"
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.sh)"
```

Now run the following command to check if you can load these packages:
```bash
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.py)"
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.py)"
```

Make sure you can run Jupyter:
Expand Down
6 changes: 3 additions & 3 deletions WINDOWS_keep_current.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,17 +269,17 @@ Stop the Docker Desktop app

Verifica tu versión de Python con los siguientes comandos:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/python_checker.sh)" 3.10.6
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/python_checker.sh)" 3.10.6
```

Ejecuta el comando siguiente para verificar que hayas instalado los paquetes requeridos correctamente:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.sh)"
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.sh)"
```

Ahora ejecuta el siguiente comando para verificar que puedas cargar estos paquetes:
```bash
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.py)"
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.py)"
```

Asegúrate de que puedas usar Jupyter:
Expand Down
6 changes: 3 additions & 3 deletions WINDOWS_keep_current.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,17 +269,17 @@ Stop the Docker Desktop app

Check your Python version with the following commands:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/python_checker.sh)" 3.10.6
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/python_checker.sh)" 3.10.6
```

Run the following command to check if you successfully installed the required packages:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.sh)"
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.sh)"
```

Now run the following command to check if you can load these packages:
```bash
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.py)"
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.py)"
```

Make sure you can run Jupyter:
Expand Down
10 changes: 5 additions & 5 deletions macOS.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,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/refs/heads/no-update/specs/releases/apple_silicon.txt
```
</details>

Expand All @@ -665,7 +665,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/refs/heads/no-update/specs/releases/apple_intel.txt
```
</details>

Expand Down Expand Up @@ -751,17 +751,17 @@ Puedes cerrar tu navegador web y luego cerrar el servidor jupyter con `CTRL` + `

Verifica tu versión de Python con los siguientes comandos:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/python_checker.sh)" 3.10.6
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/python_checker.sh)" 3.10.6
```

Ejecuta el comando siguiente para verificar que hayas instalado los paquetes requeridos correctamente:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.sh)"
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.sh)"
```

Ahora ejecuta el siguiente comando para verificar que puedas cargar estos paquetes:
```bash
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.py)"
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.py)"
```

Asegúrate de que puedas usar Jupyter:
Expand Down
10 changes: 5 additions & 5 deletions macOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,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/refs/heads/no-update/specs/releases/apple_silicon.txt
```
</details>

Expand All @@ -688,7 +688,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/refs/heads/no-update/specs/releases/apple_intel.txt
```
</details>

Expand Down Expand Up @@ -774,17 +774,17 @@ You can close your web browser then terminate the jupyter server with `CTRL` + `

Check your Python version with the following commands:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/python_checker.sh)" 3.10.6
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/python_checker.sh)" 3.10.6
```

Run the following command to check if you successfully installed the required packages:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.sh)"
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.sh)"
```

Now run the following command to check if you can load these packages:
```bash
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.py)"
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.py)"
```

Make sure you can run Jupyter:
Expand Down
6 changes: 3 additions & 3 deletions macOS_keep_current.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,17 +285,17 @@ Stop the Docker app

Verifica tu versión de Python con los siguientes comandos:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/python_checker.sh)" 3.10.6
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/python_checker.sh)" 3.10.6
```

Ejecuta el comando siguiente para verificar que hayas instalado los paquetes requeridos correctamente:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.sh)"
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.sh)"
```

Ahora ejecuta el siguiente comando para verificar que puedas cargar estos paquetes:
```bash
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.py)"
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.py)"
```

Asegúrate de que puedas usar Jupyter:
Expand Down
6 changes: 3 additions & 3 deletions macOS_keep_current.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,17 +285,17 @@ Stop the Docker app

Check your Python version with the following commands:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/python_checker.sh)" 3.10.6
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/python_checker.sh)" 3.10.6
```

Run the following command to check if you successfully installed the required packages:
```bash
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.sh)"
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.sh)"
```

Now run the following command to check if you can load these packages:
```bash
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/master/checks/pip_check.py)"
python -c "$(curl -fsSL https://raw.githubusercontent.com/lewagon/data-setup/refs/heads/no-update/checks/pip_check.py)"
```

Make sure you can run Jupyter:
Expand Down

0 comments on commit e38c9e4

Please sign in to comment.