mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Change readme, because i got many SPAM DM!!
Signed-off-by: Yasir Aris M <git@yasirdev.my.id>
This commit is contained in:
parent
6f078945a7
commit
13d2ccccdb
2 changed files with 7 additions and 4 deletions
|
|
@ -91,7 +91,7 @@ Jika Anda ingin membantu saya memperbaiki beberapa kesalahan di bot saya, Anda d
|
||||||
## [7] Tutorial Deploy (Recommended using Docker/Docker Compose)
|
## [7] Tutorial Deploy (Recommended using Docker/Docker Compose)
|
||||||
|
|
||||||
#### Bangun Dan Jalankan Menggunakan Metode Lama
|
#### Bangun Dan Jalankan Menggunakan Metode Lama
|
||||||
- Pastikan versi python minimum adalah 3.8 untuk mencegah beberapa error. Periksa dengan perintah ini:
|
- Pastikan versi python minimum adalah 3.8 dan maksimal python 3.11 untuk mencegah beberapa error. Periksa dengan perintah ini:
|
||||||
```
|
```
|
||||||
python3 --version
|
python3 --version
|
||||||
```
|
```
|
||||||
|
|
@ -106,7 +106,8 @@ pip3 install -r requirements.txt
|
||||||
```
|
```
|
||||||
*Python 3.11*
|
*Python 3.11*
|
||||||
```
|
```
|
||||||
Install venv dari terminal server kamu
|
python3 -m venv nama_venv
|
||||||
|
source nama_venv/bin/activate
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
```
|
```
|
||||||
- Atur config environment saat menjalankan bot dan jangan lupa isi semua value yang wajib di isi.
|
- Atur config environment saat menjalankan bot dan jangan lupa isi semua value yang wajib di isi.
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@ If you want help me fixing some error in my bot, you can make pull request to th
|
||||||
## [7] Tutorial Deploy (Recommended using Docker/Docker Compose)
|
## [7] Tutorial Deploy (Recommended using Docker/Docker Compose)
|
||||||
|
|
||||||
#### Build And Run Using Legacy Method
|
#### Build And Run Using Legacy Method
|
||||||
- Make sure minimum python version is 3.8 to prevent some errors. Check it with this command:
|
- Make sure minimum python version is 3.8 and max python 3.11 to prevent some errors. Check it with this command:
|
||||||
```
|
```
|
||||||
python3 --version
|
python3 --version
|
||||||
```
|
```
|
||||||
|
|
@ -106,7 +106,8 @@ pip3 install -r requirements.txt
|
||||||
```
|
```
|
||||||
*Python 3.11*
|
*Python 3.11*
|
||||||
```
|
```
|
||||||
Install venv from your terminal and activate it
|
python3 -m venv nama_venv
|
||||||
|
source nama_venv/bin/activate
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
```
|
```
|
||||||
- Setting your config.env or via environment and dont forget fill all required value.
|
- Setting your config.env or via environment and dont forget fill all required value.
|
||||||
|
|
@ -196,6 +197,7 @@ WARNING: Selling The Codes To Other People For Money Is *Strictly Prohibited*. O
|
||||||
[kofi-url]: https://ko-fi.com/yasirarism
|
[kofi-url]: https://ko-fi.com/yasirarism
|
||||||
[paypal-url]: https://paypal.me/yasirarism
|
[paypal-url]: https://paypal.me/yasirarism
|
||||||
[qris-url]: https://img.yasirweb.eu.org/file/9427d61d6968b8ee4fb2f.jpg
|
[qris-url]: https://img.yasirweb.eu.org/file/9427d61d6968b8ee4fb2f.jpg
|
||||||
|
[mayar]: https://yasirarism.mayar.link/payme
|
||||||
[sociabuzz-url]: https://sociabuzz.com/yasirarism/tribe
|
[sociabuzz-url]: https://sociabuzz.com/yasirarism/tribe
|
||||||
[saweria-url]: https://saweria.co/yasirarism
|
[saweria-url]: https://saweria.co/yasirarism
|
||||||
[trakteer-url]: https://trakteer.id/yasir-aris-sp7cn
|
[trakteer-url]: https://trakteer.id/yasir-aris-sp7cn
|
||||||
Loading…
Reference in a new issue