android_manager/README.md

34 lines
716 B
Markdown
Raw Normal View History

2025-07-14 15:01:30 +02:00
# android_manager
## Requirements
## Installation
### Linux
To install for example in your ~/.local/bin folder:
```bash
./install.sh --destination ~/.local/bin
```
To install system-wide:
```bash
sudo ./install.sh --destination /usr/local/bin
```
Change your configuration file in "${HOME}/.config/android_manager.conf" (see the example in the config folder).
### Windows (from PowerShell)
Ensure you have "C:\Users\${env:USERNAME}\AppData\Roaming\Python\Python${python_version}\Scripts\" in your Path environment variable.
```powershell
& $(where.exe pip).split()[0] install .
```
## Usage
```bash
android_manager.sh [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters
```