Removed sox req't

Removed sox as a requirement, which was holdover from a prior distribution. NRSC5 seems to operate without it.
This commit is contained in:
markjfine 2021-05-05 09:36:41 -04:00 committed by GitHub
parent c8c2cb1d6c
commit 51a35c9b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,13 +17,11 @@ The following programs are required to run NRSC5-DUI
* [pyOpenSSL](https://pypi.org/project/pyOpenSSL) * [pyOpenSSL](https://pypi.org/project/pyOpenSSL)
* [musicbrainzngs](https://pypi.org/project/musicbrainzngs) * [musicbrainzngs](https://pypi.org/project/musicbrainzngs)
* [nrsc5](https://github.com/theori-io/nrsc5) * [nrsc5](https://github.com/theori-io/nrsc5)
* [sox](https://github.com/chirlu/sox)
# Setup # Setup
1. Install the latest version of Python 3.9, PyGObject, Pillow, and other dependencies. 1. Install the latest version of Python 3.9, PyGObject, Pillow, and other dependencies.
2. Compile and install nrsc5. 2. Compile and install nrsc5.
3. Install sox 3. Install nrsc5-dui files in a directory where you have write permissions.
4. Install nrsc5-dui files in a directory where you have write permissions.
The configuration and resource directories will be created in a new `cfg` and `res` directory under where nrsc5-dui.py resides. Similarly, an `aas` directory will be created for downloaded files and a `map` directory will be created to store weather & traffic maps. The configuration and resource directories will be created in a new `cfg` and `res` directory under where nrsc5-dui.py resides. Similarly, an `aas` directory will be created for downloaded files and a `map` directory will be created to store weather & traffic maps.