Skip to content

Commit cf1faff

Browse files
Update README.md
Paragraph order in instructions
1 parent a83e236 commit cf1faff

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,7 @@
3030
- **🐳 Dockerized for safety and ease of deplyoment**
3131
- For those who love their Dockers, ready to roll within minutes!
3232

33-
# Prerequisites
34-
- Tested & working on Python `3.10.12` to `3.12.2`
35-
- Install required Python packages with `pip install -r requirements.txt` (tested and working with the versions listed in [requirements.txt](./requirements.txt)
36-
- `pydub` usually requires `ffmpeg` to be installed separately. Note that neither `pydub` nor `ffmpeg` are practically not required if you are *not* utilizing the voice message/WhisperAPI functionality, but if you are, suggested install (Debian/Ubuntu Linux): `sudo apt-get install ffmpeg`
37-
- NOTE: DuckDuckGo searches require `lynx` to be installed on your system; it needs to be run as a subprocess. (Install on Debian/Ubuntu Linux with: `sudo apt-get install lynx`)
38-
39-
## Other requirements:
33+
## General minimum requirements:
4034

4135
- **Telegram API bot token**
4236
- use the [`@BotFather`](https://t.me/BotFather) bot on Telegram to set up your bot and get a Telegram Bot API token for it
@@ -45,7 +39,13 @@
4539

4640
---
4741

48-
# Installing (No Docker)
42+
# Installing without Docker on Linux
43+
44+
## Prerequisites
45+
- Tested & working on Python `3.10.12` to `3.12.2`
46+
- Install required Python packages with `pip install -r requirements.txt` (tested and working with the versions listed in [requirements.txt](./requirements.txt)
47+
- `pydub` usually requires `ffmpeg` to be installed separately. Note that neither `pydub` nor `ffmpeg` are practically not required if you are *not* utilizing the voice message/WhisperAPI functionality, but if you are, suggested install (Debian/Ubuntu Linux): `sudo apt-get install ffmpeg`
48+
- NOTE: DuckDuckGo searches require `lynx` to be installed on your system; it needs to be run as a subprocess. (Install on Debian/Ubuntu Linux with: `sudo apt-get install lynx`)
4949

5050
1. **Clone the repository with:**
5151

@@ -93,7 +93,7 @@
9393

9494
---
9595

96-
# **Dockerized Install Instructions**
96+
# **Installing Dockerized**
9797

9898
### **Prerequisites**
9999
1. **Docker** must be installed on your machine.

0 commit comments

Comments
 (0)