We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c06e7 commit 111a84eCopy full SHA for 111a84e
README.md
@@ -35,6 +35,11 @@
35
36
## ⚙️ Kurulum
37
38
+``` bashh
39
+apt update -y && apt install sudo -y && sudo apt install curl ffmpeg git nano python3-pip screen -y
40
+```
41
+
42
43
# Repo'yu klonla
44
``` bash
45
git clone https://github.com/king0din/kingmuzik
@@ -43,15 +48,12 @@ git clone https://github.com/king0din/kingmuzik
48
cd kingmuzik
49
```
50
46
-# Sanal ortam oluştur (isteğe bağlı)
47
-```bash
-python -m venv venv
-```
51
-source venv/bin/activate
52
53
54
# Bağımlılıkları yükle
55
```bash
56
pip install -r requirements.txt
57
+# Ve çalıştırma
+```bash
58
+python3 kingmuzik.py
59
0 commit comments