Skip to content

Commit 111a84e

Browse files
authored
🎵
1 parent 46c06e7 commit 111a84e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535

3636
## ⚙️ Kurulum
3737

38+
``` bashh
39+
apt update -y && apt install sudo -y && sudo apt install curl ffmpeg git nano python3-pip screen -y
40+
```
41+
42+
3843
# Repo'yu klonla
3944
``` bash
4045
git clone https://github.com/king0din/kingmuzik
@@ -43,15 +48,12 @@ git clone https://github.com/king0din/kingmuzik
4348
cd kingmuzik
4449
```
4550

46-
# Sanal ortam oluştur (isteğe bağlı)
47-
```bash
48-
python -m venv venv
49-
```
50-
```bash
51-
source venv/bin/activate
52-
```
5351

5452
# Bağımlılıkları yükle
5553
```bash
5654
pip install -r requirements.txt
5755
```
56+
# Ve çalıştırma
57+
```bash
58+
python3 kingmuzik.py
59+
```

0 commit comments

Comments
 (0)