Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juanis2112 authored Jun 29, 2020
1 parent c62685f commit 2cf3e2b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
$ git clone https://github.com/juanis2112/capstone2020
```

### Clonando el Repositorio
### Accediendo al release

Primero debe acceder a la carpeta de su repositorio ejecutando:

```bash
$ cd capstone
```

Para acceder a la rama con el release 0.1 de la aplicación debe ejecutar:

Expand Down Expand Up @@ -47,7 +53,7 @@ $ workon capstone
Después de crear el ambiente, debe instalar las dependecias, las cuales se encuentran todas en el archivo de requirements.txt

```bash
$ conda install --file requirements/conda.txt
$ conda install --file requirements.txt
```

Si esta usando `pip` y `virtualenv` corra:
Expand Down

0 comments on commit 2cf3e2b

Please sign in to comment.