Răsfoiți Sursa

Update readme.md

2DU 9 ani în urmă
părinte
comite
47c140a9ae
1 a modificat fișierele cu 9 adăugiri și 3 ștergeri
  1. 9 3
      readme.md

+ 9 - 3
readme.md

@@ -10,10 +10,16 @@ set 폴더에 있는 set.json을 폴더 밖으로 꺼내고 json 내용을 수
  * [테스트 서버](https://namu.ml/)
  
 ## 의존성
- * pip(3)? install [flask](https://pypi.python.org/pypi/Flask/0.12)
- * pip(3)? install [bcrypt](https://pypi.python.org/pypi/bcrypt/3.1.0)
- * pip(3)? install [pymysql](https://pypi.python.org/pypi/PyMySQL)
+### 기본
  * [MariaDB](https://mariadb.org/)나 [MySQL](https://www.mysql.com/)
+### 윈도우
+ * pip install [flask](https://pypi.python.org/pypi/Flask/0.12)
+ * pip install [bcrypt](https://pypi.python.org/pypi/bcrypt/3.1.0)
+ * pip install [pymysql](https://pypi.python.org/pypi/PyMySQL)
+### 우분투
+ * pip3 install [flask](https://pypi.python.org/pypi/Flask/0.12)
+ * pip3 install [bcrypt](https://pypi.python.org/pypi/bcrypt/3.1.0)
+ * pip3 install [pymysql](https://pypi.python.org/pypi/PyMySQL)
  
 ## set.json 설명
  * db = 데이터베이스 이름