Updated Home (markdown)
parent
060816e9e8
commit
ab1a069aa0
11
Home.md
11
Home.md
@ -1,6 +1,15 @@
|
|||||||
# FAQ
|
# 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
|
||||||
|
<module 'bs4' from '/usr/lib/python2.7/site-packages/bs4/__init__.pyc'>
|
||||||
|
>>>
|
||||||
|
`
|
||||||
|
|
||||||
|
|
||||||
* PHP CLI 버전
|
* PHP CLI 버전
|
||||||
* PHP WEB 버전
|
* PHP WEB 버전
|
Loading…
x
Reference in New Issue
Block a user