Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Visiblink committed Aug 1, 2022
1 parent ddb261f commit 8d4b1a6
Showing 1 changed file with 17 additions and 26 deletions.
43 changes: 17 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,23 @@ Antenna is a simple python player for internet radio streams.
Installing the application:
---------------------------

This script has been tested on Debian 11 "Bullseye".

To run the script, you'll need Python 3.x and pip installed.

Here's a simple installation guide for a vanilla Debian 11 system:

1. as root, execute the following commands:
```
apt-get install python3
apt-get install python3-pip
```

2. as root, navigate into the directory where you have the antenna.py script and move it to the /opt directory:
```
mv antenna.py /opt/
```

3. as user, execute the following command:
```
python3 -m pip install playsound
```
4. as user, add the following line to the alias section of the .bashrc file in your home directory:
```
alias antenna='python3 /opt/antenna.py'
```
5. Start the application by typing ```antenna``` in your console.
This script has been tested on Debian 11 "Bullseye". It's alpha software!

To install on an amd_64 Debian 11 system:

1. download the .deb file associated with the version 0.1.1 release.
2. as root, enter the folder with the .deb file and execute the following command: ```apt install ./antenna_0.1.1_amd64.deb```
3. to start the program, type ```antenna```
4. to uninstall type ```apt remove antenna```

On other systems, you can install as follows:

1. download the antenna.py script. Rename it "antenna." As root, make the file executable by typing ```chmod +x antenna```
2. place the file in /usr/bin/
3. make sure that python3, gst123, and libatk-adaptor are installed on your system.
4. type ```antenna``` to start the program.
5. to uninstall simply delete /usr/bin/antenna.


General:
--------
Expand Down

0 comments on commit 8d4b1a6

Please sign in to comment.