Skip to content

Commit cf5685c

Browse files
committed
Update README
1 parent 1ef256c commit cf5685c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ Some of the HTTP states that the server takes into account are:
2525

2626
- `504 Gateway Timeout`: Indicates that the server has not received a timely response from an upstream server, which may indicate connectivity problems.
2727

28+
## Install
29+
30+
```sh
31+
pip install flask-server-status
32+
```
33+
2834
## Use
2935

3036
- Import and configure FlaskStatus in your Flask application. You need a database to record the logs.

README_ES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ Algunos de los estados de HTTP que el servidor toma en cuenta son:
2525

2626
- `504 Gateway Timeout`: Indica que el servidor no ha recibido una respuesta a tiempo de un servidor upstream, lo que puede indicar problemas de conectividad.
2727

28+
## Instalar
29+
30+
```sh
31+
pip install flask-server-status
32+
```
33+
2834
## Uso
2935

3036
- Importar y configurar FlaskStatus en tu aplicación Flask. Necesita una base de datos para registrar los registros.

0 commit comments

Comments
 (0)