From 76df1236e9d6a8ec122b293858c90330e6bb2fe3 Mon Sep 17 00:00:00 2001 From: lennard <44114474+Dummerle@users.noreply.github.com> Date: Sat, 5 Aug 2023 19:31:16 +0200 Subject: [PATCH] Update run from source section in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d0152dc..76b7432d 100644 --- a/README.md +++ b/README.md @@ -120,9 +120,9 @@ On Mac: 1. Clone the repo: `git clone https://github.com/Dummerle/Rare 2. Change your working directory to the project folder: `cd Rare` 3. Run `pip install -r requirements.txt` to install all required dependencies. - If you want to be able to use the automatic login, run `pip install -r optional_requirements.txt` + If you want to be able to use the automatic login and Discord pypresence, run `pip install -r requirements-full.txt` If you are on Arch you can - run `sudo pacman --needed -S python-wheel python-setuptools python-pyqt5 python-qtawesome python-requests python-psutil` + run `sudo pacman --needed -S python-wheel python-setuptools python-pyqt5 python-qtawesome python-requests python-typing_extensions` and `yay -S legendary` If you are on FreeBSD you have to install py39-qt5 from the packages: `sudo pkg install py39-qt5` 4. Run `python3 -m rare`