diff --git a/README.md b/README.md index 9d359c7..9e663cf 100644 --- a/README.md +++ b/README.md @@ -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.