|
|
@@ -13,16 +13,16 @@ set 폴더에 있는 set.json을 폴더 밖으로 꺼내고 json 내용을 수
|
|
|
### 기본
|
|
|
* [MariaDB](https://mariadb.org/)나 [MySQL](https://www.mysql.com/)
|
|
|
### 윈도우
|
|
|
- * pip install bottle
|
|
|
- * pip install bottle-beaker
|
|
|
- * pip install tornado
|
|
|
- * pip install [bcrypt](https://pypi.python.org/pypi/bcrypt/3.1.0)
|
|
|
+ * pip install [bottle](https://pypi.python.org/pypi/bottle)
|
|
|
+ * pip install [bottle-beaker](https://pypi.python.org/pypi/bottle-beaker)
|
|
|
+ * pip install [tornado](https://pypi.python.org/pypi/tornado)
|
|
|
+ * pip install [bcrypt](https://pypi.python.org/pypi/bcrypt)
|
|
|
* pip install [pymysql](https://pypi.python.org/pypi/PyMySQL)
|
|
|
### 우분투
|
|
|
- * pip3 install bottle
|
|
|
- * pip3 install bottle-beaker
|
|
|
- * pip3 install tornado
|
|
|
- * pip3 install [bcrypt](https://pypi.python.org/pypi/bcrypt/3.1.0)
|
|
|
+ * pip3 install [bottle](https://pypi.python.org/pypi/bottle)
|
|
|
+ * pip3 install [bottle-beaker](https://pypi.python.org/pypi/bottle-beaker)
|
|
|
+ * pip3 install [tornado](https://pypi.python.org/pypi/tornado)
|
|
|
+ * pip3 install [bcrypt](https://pypi.python.org/pypi/bcrypt)
|
|
|
* pip3 install [pymysql](https://pypi.python.org/pypi/PyMySQL)
|
|
|
### 자세한 설명
|
|
|
* [참조](http://namu.ml/w/오픈나무%2F설치법)
|