From ab1a069aa04ad6dceabda16489015f206c4163ea Mon Sep 17 00:00:00 2001 From: wonipapa Date: Mon, 19 Jun 2017 16:38:06 +0900 Subject: [PATCH] Updated Home (markdown) --- Home.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index b33c844..025ea2a 100644 --- a/Home.md +++ b/Home.md @@ -1,6 +1,15 @@ # FAQ * 파이썬 버전 -1. 파이썬 3 버전은 지원하나요. +1. 모듈을 설치했는데도 설치되어 있지 않았다고 나와요. + python을 실행해주세요.`Python 2.7.12 (default, Jun 3 2017, 02:39:43) +[GCC 4.9.3 20150311 (prerelease)] on linux2 +Type "help", "copyright", "credits" or "license" for more information. +>>> import bs4 +>>> bs4 + +>>> +` + * PHP CLI 버전 * PHP WEB 버전 \ No newline at end of file