Skip to content

Commit 70fa1b7

Browse files
FIX: update python version
1 parent bf6e05d commit 70fa1b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Para hacer funcionar este template es necesario tener las siguientes herramienta
88

99
- Docker :whale: - version 19+
1010
- Docker Compose :whale2: - version 1.18+
11-
- Python :snake: - version 3.5+
11+
- Python :snake: - version 3.6+
1212

1313
Si deseas conectar la aplicacion con una base de datos mysql sera necesario tener instalado algunos paquetes para el correcto funcionamiento con versiones python 3 en adelante, para instalarlas es necesario el siguiente comando :
1414
```sh
@@ -29,5 +29,3 @@ $ cp .env.example .env
2929
$ docker-compose -f production.yml build
3030
```
3131

32-
33-
1.4.6 win

0 commit comments

Comments
 (0)