Skip to content

Commit 16f23a3

Browse files
authored
Merge pull request #11 from rwntr/master
Update requirements.txt to include pypiwin32 for Windows startup automation
2 parents 59655a7 + fa6d6bf commit 16f23a3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ Run the script:
3636
py main.py
3737
```
3838

39+
To add BetterDiscordAutoInstaller to your startup apps:
40+
```bash
41+
py startup_manager.py
42+
```
43+
3944
### MacOS
4045

4146
This repository contains two Python scripts for automatically installing BetterDiscord on macOS. The scripts provide two different installation methods: one for manual installation with a keyboard shortcut and another for automatic installation on startup.

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ certifi==2024.7.4
55
charset-normalizer==3.3.2
66
idna==3.7
77
urllib3==2.2.2
8-
8+
pypiwin32=223

0 commit comments

Comments
 (0)