Skip to content

Commit

Permalink
docs: Added README."es".md translation via https://github.com/dephrai…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 21, 2024
1 parent 4601c01 commit 3b63b28
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ Poner en funcionamiento su código en su propio sistema.
# Version: 0.0.1 # it takes this from src/threagile_builder/__about__.py
# ...
(threagile-builder) $ python -c "import sys;print(sys.executable)" # optional, see where your environment's python is located
(threagile-builder) $ exit # type `exit` to leave the environment
$ hatch run pip install --upgrade pip # optional, the `run` command allows you to execute commands in an environment as if you had already entered it.
$ hatch run pip install -r requirements.txt # pipx won't do this
$ hatch run python -m setuptools_scm # optional, display the version of our package and perform any side-effects like writing to a file. (here: `_version.py`)
$ hatch run python src/threagile_builder/app.py # starts the app
(threagile-builder) $ pip install --upgrade pip # optional, the `run` command allows you to execute commands in an environment as if you had already entered it.
(threagile-builder) $ pip install -r requirements.txt # pipx won't do this
(threagile-builder) $ python -m setuptools_scm # optional, display the version of our package and perform any side-effects like writing to a file. (here: `_version.py`)
(threagile-builder) $ python src/threagile_builder/app.py # starts the app
(threagile-builder) $ exit # optional, type `exit` to leave the environment
```
2. Dependencias de software
3. Últimos lanzamientos
Expand Down Expand Up @@ -94,7 +94,7 @@ Navegar a`http://127.0.0.1:5000/docs`en su navegador web, o descargue openapi.js

# Métrica

Dejemos que una herramienta como Prometeo raspe`http://127.0.0.1:9464/metrics`.
Let a tool like Prometheus scrape `http://127.0.0.1:9464/metrics`.

**_NUEVO_**

Expand All @@ -119,7 +119,7 @@ pip install threagile-builder
## Ambientes

- Definido claramente de forma independiente[`hatch.toml`](https://hatch.pypa.io/latest/intro/#configuration)
- El`test`la matriz utiliza el[contenedores-escotilla](https://github.com/ofek/hatch-containers)complemento para ejecutar cada entorno dentro de contenedores Docker; El uso se puede ver en el[prueba](.github/workflows/test.yml)flujo de trabajo de GitHub
- El`test`La matriz utiliza el[contenedores-escotilla](https://github.com/ofek/hatch-containers)complemento para ejecutar cada entorno dentro de contenedores Docker; El uso se puede ver en el[prueba](.github/workflows/test.yml)flujo de trabajo de GitHub

## Construir

Expand Down

0 comments on commit 3b63b28

Please sign in to comment.