Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit b021e1e

Browse files
committed
Updated READMEs
1 parent 38e0ed4 commit b021e1e

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

BENİOKU.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,26 @@ Anka Browser'ı Python yüklü her cihazda indirip, kullanabilirsin.
5555

5656
- PyQt6
5757
- sys
58+
- os
5859
- configparser
5960

61+
## Kodu nasıl indiririm ve çalıştırım?
62+
### Python'u indirin ve kurun:
63+
Eğer Windows kullanıyorsanız lütfen Python'u https://python.org/downloads'dan indirin ve kurun.
64+
65+
Eğer Linux kullanıyorsanız:
66+
67+
- Debian-Ubuntu tabanlı sistemler: ``sudo apt install python``
68+
- Arch tabanlı sistemler: ``sudo pacman -S python``
69+
- RedHat tabanlı sistemler: ``sudo dnf install python3``
70+
### Kütüphaneleri kurun:
71+
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+
6078
## Kodu nasıl derleyebilirim?
6179
### İngilizce versiyon:
6280
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:

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,27 @@ You can download and use Anka Browser in every Python installed device.
5555

5656
- PyQt6
5757
- sys
58+
- os
5859
- configparser
5960

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+
6079
## How I compile the code?
6180
### English Version:
6281
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

Comments
 (0)