Skip to content

Commit 88b1e51

Browse files
committed
Update Readme
1 parent 2748692 commit 88b1e51

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Presentation and tutorial video with the main functions of the user interface.
1616
> 🔗 https://youtu.be/9DnaHg4M_AM
1717
1818
# Screenshots
19-
![PyDracula_Default_Dark](https://user-images.githubusercontent.com/60605512/112993874-0b647700-9140-11eb-8670-61322d70dbe3.png)
20-
![PyDracula_Light](https://user-images.githubusercontent.com/60605512/112993918-18816600-9140-11eb-837c-e7a7c3d2b05e.png)
19+
![PyDracula_Default_Dark](https://github.com/Annor-Gyimah/Li-Dl/blob/master/Linux/images/down.png)
20+
![PyDracula_Light](https://github.com/Annor-Gyimah/Li-Dl/blob/master/Linux/images/down2.png)
2121

2222
# High DPI
2323
> Qt Widgets is an old technology and does not have a good support for high DPI settings, making these images look distorted when your system has DPI applied above 100%.
@@ -34,8 +34,12 @@ os.environ["QT_FONT_DPI"] = "96"
3434
> Inside your preferred terminal run the commands below depending on your system, remembering before installing Python 3.9> and requirements.txt "pip install -r requirements.txt".
3535
> ## **Windows**:
3636
```console
37+
pip install -r requirements.txt
38+
```
39+
```console
3740
python main.py
3841
```
42+
3943
> ## **MacOS and Linux**:
4044
```console
4145
python3 main.py

0 commit comments

Comments
 (0)