From 51a35c9b08482b171ab9fe7f2462075b6083afa0 Mon Sep 17 00:00:00 2001 From: markjfine Date: Wed, 5 May 2021 09:36:41 -0400 Subject: [PATCH] Removed sox req't Removed sox as a requirement, which was holdover from a prior distribution. NRSC5 seems to operate without it. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d18549..6513581 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,11 @@ The following programs are required to run NRSC5-DUI * [pyOpenSSL](https://pypi.org/project/pyOpenSSL) * [musicbrainzngs](https://pypi.org/project/musicbrainzngs) * [nrsc5](https://github.com/theori-io/nrsc5) -* [sox](https://github.com/chirlu/sox) # Setup 1. Install the latest version of Python 3.9, PyGObject, Pillow, and other dependencies. 2. Compile and install nrsc5. -3. Install sox -4. Install nrsc5-dui files in a directory where you have write permissions. +3. 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.