https://github.com/ovoshatchery/ovos-phal-plugin-osm-installer
OpenVoiceOS Skill Manager GUI Installer Skill
https://github.com/ovoshatchery/ovos-phal-plugin-osm-installer
discarded proof-of-concept
Last synced: 6 months ago
JSON representation
OpenVoiceOS Skill Manager GUI Installer Skill
- Host: GitHub
- URL: https://github.com/ovoshatchery/ovos-phal-plugin-osm-installer
- Owner: OVOSHatchery
- License: apache-2.0
- Created: 2021-05-14T18:47:42.000Z (about 5 years ago)
- Default Branch: dev
- Last Pushed: 2024-06-20T22:08:35.000Z (about 2 years ago)
- Last Synced: 2025-06-12T05:08:02.634Z (about 1 year ago)
- Topics: discarded, proof-of-concept
- Language: QML
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OVOS PHAL PLUGIN OSM INSTALLER
The PHAL Plugin provides GUI interfaces and API for OVOS OSM.
## Installation
Plugin Support Two Installation Methods:
1. Install from Github URL
Note: PIP install from URL will not install the .desktop file and icon if installing to a venv or virtual environment, so you need to manually install them to the system or user directory.
Note: PIP install will attempt to install the .desktop file and icon to the system directory, or user directory if the system directory is not writable. If this is not a virtual environment.
```
pip install git+https://github.com/OpenVoiceOS/ovos-PHAL-plugin-osm-installer
```
2. Manual Install from Git Clone
```
git clone https://github.com/OpenVoiceOS/ovos-PHAL-plugin-osm-installer
cd ovos-PHAL-plugin-osm-installer
cp -r res/desktop/osm-skill.desktop ~/.local/share/applications/
cp -r res/icon/osm-skill.svg ~/.local/share/icons/
pip install .
```