Selaa lähdekoodia

Update README.md

Misaka No 3 vuotta sitten
vanhempi
sitoutus
6a9618ddf6
1 muutettua tiedostoa jossa 7 lisäystä ja 6 poistoa
  1. 7 6
      README.md

+ 7 - 6
README.md

@@ -9,12 +9,13 @@ This Script can check the VPS amount in your account automatically and renew the
 
 1. Install Python3 and dependences, the following command is used in debian/ubuntu for example,
 
-   ```bash
-   #Install Python3
-   apt install python3 python3-pip -y
-   #Intstall dependences
-   pip install requests beautifulsoup4
-   ```
+```bash
+# Install Python3 N947
+apt install python3 python3-pip -y
+
+# Intstall dependences
+pip3 install requests beautifulsoup4
+```
 
 2. It is not recommended to replace the `USERNAME` & `PASSWORD` parameters with yours in `main.py` Line 37-38 directly. Pass them in from environment variables.