Update README.md

pull/140/head
Mason10198 1 year ago
parent c4da773670
commit 82ca61805e

@ -161,52 +161,30 @@ Follow the steps below to install:
Install the required dependencies using the following commands: Install the required dependencies using the following commands:
1. **Debian 11 and Older** 1. **Debian 11 and Older (ASL 1 & ASL 2)**
```bash ```bash
# EXECUTE ONE LINE AT A TIME
apt install unzip python3 python3-pip ffmpeg apt install unzip python3 python3-pip ffmpeg
pip3 install ruamel.yaml requests python-dateutil pydub pip3 install ruamel.yaml requests python-dateutil pydub
``` ```
2. **Debian 12 and Newer** 2. **Debian 12 and Newer (ASL 3+)**
Beginning around Debian 12 "Bookworm", installing Python packages via `pip` will have Debian throw a fit about package managers and externally managed virtual environments, etc: Beginning around Debian 12 "Bookworm", installing Python packages via `pip` will have Debian throw a fit about package managers and externally managed virtual environments. Use these commands instead on newer distros.
```
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.
If you wish to install a non-Debian packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.
See /usr/share/doc/python3.11/README.venv for more information.
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.
```
Use these commands instead when experiencing this on newer distros.
```bash ```bash
# EXECUTE ONE LINE AT A TIME
apt install unzip python3 python3-pip ffmpeg apt install unzip python3 python3-pip ffmpeg
apt install python3-ruamel.yaml python3-requests python3-dateutil python3-pydub apt install python3-ruamel.yaml python3-requests python3-dateutil python3-pydub
``` ```
1. **Arch (HAMVOIP)** 3. **Arch (HAMVOIP)**
It is a good idea to first update your HAMVOIP system using **Option 1** in the HAMVOIP menu before installing the dependencies. It is a good idea to first update your HAMVOIP system using **Option 1** in the HAMVOIP menu before installing the dependencies.
```bash ```bash
# EXECUTE ONE LINE AT A TIME
pacman -S ffmpeg pacman -S ffmpeg
wget https://bootstrap.pypa.io/pip/3.5/get-pip.py wget https://bootstrap.pypa.io/pip/3.5/get-pip.py
python get-pip.py python get-pip.py
@ -214,7 +192,7 @@ Follow the steps below to install:
pip install ruamel.yaml==0.15.100 pip install ruamel.yaml==0.15.100
``` ```
1. **Download SkywarnPlus** 2. **Download SkywarnPlus**
Download the latest release of SkywarnPlus from GitHub Download the latest release of SkywarnPlus from GitHub
@ -225,7 +203,7 @@ Follow the steps below to install:
rm SkywarnPlus.zip rm SkywarnPlus.zip
``` ```
2. **Configure Permissions** 3. **Configure Permissions**
The scripts must be made executable. Use the chmod command to change the file permissions: The scripts must be made executable. Use the chmod command to change the file permissions:
@ -234,7 +212,7 @@ Follow the steps below to install:
chmod +x *.py chmod +x *.py
``` ```
3. **Edit Configuration** 4. **Edit Configuration**
SkywarnPlus was designed with customization in mind, making it possible to fit nearly any usage scenario you can throw at it. However, this can make the configuration seem a bit daunting. Be patient, and when in doubt, read the documentation. SkywarnPlus was designed with customization in mind, making it possible to fit nearly any usage scenario you can throw at it. However, this can make the configuration seem a bit daunting. Be patient, and when in doubt, read the documentation.
@ -276,7 +254,7 @@ Follow the steps below to install:
This means that if you use a County code, you will receive all alerts for both your County **AND** your Zone - but if you use a Zone code, you will **ONLY** receive alerts that cover the entire Zone, and none of the alerts specific to your County. This means that if you use a County code, you will receive all alerts for both your County **AND** your Zone - but if you use a Zone code, you will **ONLY** receive alerts that cover the entire Zone, and none of the alerts specific to your County.
4. **Crontab Entry** 5. **Crontab Entry**
Add a crontab entry to call SkywarnPlus on an interval. Open your crontab file using the `crontab -e` command, and add the following line: Add a crontab entry to call SkywarnPlus on an interval. Open your crontab file using the `crontab -e` command, and add the following line:

Loading…
Cancel
Save

Powered by TurnKey Linux.