You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2025. It is now read-only.
Python kurulumunu başarıyla tamamladık. Şimdi hadi gelin kütüphaneleri indirelim:
72
+
73
+
pip --upgrade
74
+
pip install pyqt6 sys os configparser
75
+
### Son:
76
+
Eğer yukarıdaki adımları başarıyla tamamladıysanız, lütfen "Kodu nasıl derleyebilirim?"'i okuyun.
77
+
60
78
## Kodu nasıl derleyebilirim?
61
79
### İngilizce versiyon:
62
80
Kaynak kodu indirin (isterseniz /src/tr-TR klasörünü indirmeyin). Ve dizini kaynak kodu indirdiğiniz klasöre değiştirin ve bu komutları terminale yazın:
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,27 @@ You can download and use Anka Browser in every Python installed device.
55
55
56
56
- PyQt6
57
57
- sys
58
+
- os
58
59
- configparser
59
60
61
+
## How I download an execute the code?
62
+
### Download and Install Python:
63
+
If you use Windows, please install the Python from https://python.org/downloads
64
+
65
+
Or if you use Linux:
66
+
67
+
- If you use Debian-Ubuntu based systems: ``sudo apt install python``
68
+
- If you use Arch based systems: ``sudo pacman -S python``
69
+
- If you use RedHat based systems: ``sudo dnf install python3``
70
+
### Install the libraries:
71
+
We succesfully complete the Python install. Let's download the libraries:
72
+
73
+
pip --upgrade
74
+
pip install pyqt6 sys os configparser
75
+
### End:
76
+
If you successfully complete them, please read the "How I compile the code?"
77
+
78
+
60
79
## How I compile the code?
61
80
### English Version:
62
81
Download the source code(if you want, don't download /src/tr-TR folder). And change directory to folder you download source code and write this commands to terminal:
0 commit comments