1. add cli/install.py: install_t class with --mode bash/exec,
-m/--package-manager (pacman default), --dry-run BooleanOptionalAction,
-r requirements, -d pkg_dir;
2. add pacman_t.build_install_command() for generating pacman -U command;
3. wire install, network, cache CLI into main.py;
4. add test_install.py;
|
||
|---|---|---|
| .. | ||
| .venv-whl-cache | ||
| deps/whl | ||
| online/fxreader/pr34 | ||
| _m.py | ||
| .mypy.ini | ||
| cli.py | ||
| m.py | ||
| meson_options.txt | ||
| meson.build | ||
| pyproject.common.toml | ||
| pyproject.toml.bak | ||
| requirements.3.13.txt | ||