Actualizar README.md

This commit is contained in:
2026-04-17 22:48:16 -07:00
parent e95f7cf684
commit bdda1ca6ba

View File

@@ -142,7 +142,7 @@ python3 scripts/import_tecdoc.py status
config.py # Configuracion
tenant_db.py # Conexiones por tenant
middleware.py # Auth + permisos
blueprints/ # 9 blueprints (auth, config, inventory, catalog, pos, customers, cashregister, invoicing, accounting)
blueprints/ # 9 blueprints (auth, config, inventory, y_ealog, pos, customers, cashregister, invoicing, accounting)
services/ # Logica de negocio (pos_engine, inventory_engine, cfdi_builder, accounting_engine, etc.)
templates/ # 10 HTML templates
static/ # CSS, JS, assets
@@ -181,3 +181,23 @@ Ver [docs/INSTALACION.md](docs/INSTALACION.md) para instrucciones detalladas.
---
**Nexus Autoparts** -- Tu conexion directa con las partes que necesitas
Procesando disparadores para man-db (2.13.1-1) ...
✓ System deps installed
→ Installing Python packages...
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
If you wish to install a non-Debian-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have python3-full installed.
For more information visit http://rptl.io/venv
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.