diff --git a/README.es.md b/README.es.md index 975524f..700b02b 100644 --- a/README.es.md +++ b/README.es.md @@ -28,24 +28,31 @@ def new_game(): 6. El juego se puede reiniciar (empezar de nuevo) en cualquier momento. 7. El usuario debe detener el juego y salir en cualquier momento (liberando el terminal). + + ## 馃尡 C贸mo empezar este proyecto -No clones este repositorio. +Hay dos formas de hacerlo: -1. El primer paso para empezar a codificar es clonar el [boilerplate de python](https://github.com/4GeeksAcademy/flask-rest-hello) en tu computadora local o en gitpod. +a) Abrir este enlace con [Codespaces](https://4geeks.com/es/lesson/tutorial-de-github-codespaces) (recomendado) o [Gitpod](https://4geeks.com/es/lesson/como-utilizar-gitpod) en tu navegador: https://github.com/codespaces/new/?repo=4GeeksAcademy/python-hello -a) Si usas Gitpod puedes clonar el boilerplate haciendo [clic aqu铆](https://github.com/4GeeksAcademy/flask-rest-hello). -b) Si trabajas localmente, escribe el siguiente comando desde tu l铆nea de comandos: `git clone https://github.com/4GeeksAcademy/flask-rest-hello`. +b) Clonar el siguiente repositorio localmente en tu computador: -馃挕 Importante: Recuerda crear un nuevo repositorio, actualizar el remoto (`git remote set-url origin `), y subir el c贸digo a tu nuevo repositorio usando `add`, `commit` y `push`. +```sh +$ git clone https://github.com/4GeeksAcademy/python-hello +``` -2. Ejecuta la aplicaci贸n escribiendo en el terminal: -bash +### Pasos -```bash -$ python3 app.py -``` +- Si trabajas localmente, debe tener python [instalado](https://4geeks.com/es/how-to/como-instalar-python). + +- Deber铆as abrir el terminal en la ruta de esta plantilla y ejecutar `$ python3 app.py`, si todo funciona correctamente, deber铆a mostrar `Hello World` en el terminal. + +- Puedes probar tu c贸digo escribiendo `$ python3 test.py`. + +馃挕 Importante: Recuerda actualizar el `remote` del proyecto con el de tu repositorio usando `git remote set-url origin `, y luego guardar tu c贸digo en tu nuevo repositorio usando `add`, `commit` y `push`. + diff --git a/README.md b/README.md index 7111cf1..9116370 100644 --- a/README.md +++ b/README.md @@ -28,19 +28,28 @@ def new_game(): 6. The game can be reset (start again) any time. 7. The user must stop the game and exit anytime (releasing the terminal). + + ## 馃尡 How to start this project -Do not clone this repository. +There are 2 ways to start: -1. The first step to start coding is cloning the [python boilerplate](https://github.com/4GeeksAcademy/flask-rest-hello) on your local computer or gitpod. +a) Open this link in your browser with [Codespaces](https://4geeks.com/lesson/what-is-github-codespaces) (recommended) or [Gitpod](https://4geeks.com/lesson/how-to-use-gitpod): https://github.com/codespaces/new/?repo=4GeeksAcademy/python-hello -a) If using Gitpod you can clone the boilerplate by [clicking here](https://github.com/4GeeksAcademy/flask-rest-hello). -b) If working locally type the following command from your command line: `git clone https://github.com/4GeeksAcademy/flask-rest-hello`. - -馃挕 Important: Remember to create a new repository, update the remote (`git remote set-url origin `), and upload the code to your new repository using `add`, `commit` and `push`. - -2. Run the app by typing on the terminal: +b) You can clone the following repository on your local computer: ```bash -$ python3 app.py +$ git clone https://github.com/4GeeksAcademy/python-hello ``` + +### Steps + +- If working locally, you should have python [installed](https://4geeks.com/how-to/how-to-install-python). + +- You should open the terminal on the path of this template and run `$ python3 app.py`, if everything works correctly, it should show `Hello World` on the terminal. + +- You can test your code by typing: `$ python3 test.py`. + +馃挕 Important: Remember to create a new repository, update the remote (`git remote set-url origin `), and upload the code to your new repository using `add`, `commit` and `push`. + + diff --git a/learn.json b/learn.json index 6f74bbf..dfc9aa0 100644 --- a/learn.json +++ b/learn.json @@ -6,6 +6,7 @@ "status": "published", "live-url": "", "duration" : 8, + "template_url": "https://github.com/4GeeksAcademy/python-hello", "difficulty": "beginner", "solution": "https://github.com/breatheco-de/exercise-tictactoe-cli-python/tree/solution", "technologies": ["python", "terminal", "command line", "csv", "static file storage"],