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

Remove submodule notice in README.md

This commit is contained in:
Dummerle 2022-09-04 22:55:37 +02:00
parent 4a28fd3d0d
commit d67fb8130b
No known key found for this signature in database
GPG key ID: AB68CC59CA39F2F1

View file

@ -86,7 +86,7 @@ Run it via:
#### Other
Install via `pip` or use the AppImage.
Install via `pip`, use the AppImage or install via flatpak.
### macOS
@ -110,21 +110,19 @@ In the [actions](https://github.com/Dummerle/Rare/actions) tab you can find pack
### Run from source
**Note**: Cloning **with submodules** is very important, as Rare uses a custom version of legendary and bundles it as a submodule.
1. Clone the repo with Submodule: `git clone https://github.com/Dummerle/Rare --recurse-submodules`.
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 are on Arch you can run `sudo pacman --needed -S python-wheel python-setuptools python-pyqt5 python-qtawesome python-requests python-psutil`
3. Run `python3 -m rare`
If you are on Arch you can
run `sudo pacman --needed -S python-wheel python-setuptools python-pyqt5 python-qtawesome python-requests python-psutil`
4. Run `python3 -m rare`
## Contributing
There are several options to contribute.
- If you know Python and PyQt, you can implement new features (Some ideas are in the projects tab).
- If you are a designer, you can add Stylesheets or create a logo or a banner.
- You can translate the application in your language: Check our [transifex](https://www.transifex.com/rare-1/rare) page
for that.