1
0
Fork 0
mirror of synced 2024-05-15 10:02:57 +12:00

Update run from source section in README.md

This commit is contained in:
lennard 2023-08-05 19:31:16 +02:00
parent 74802eb1d4
commit 76df1236e9
No known key found for this signature in database
GPG key ID: AB6010FE63C7C2B1

View file

@ -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`