Dependencies - farming/goguma GitHub Wiki
ํ์ฌ ํ์ํ ๊ฒ
- python 2.7
hoe
-
phantomjs 1.9.1
- MacOS
- brew update && brew install phantomjs
-
python selenuim driver.
- pip install selenium
- v2.33.0
-
celery-3.0.21
- pip install celery
-
BeautifuSoup4
- pip install beautifulsoup4
-
rabbitmq
brew install rabbitmq
or `sudo apt-get install rabbitmq-server'
-
Korean Font
- Ubuntu 13.04
apt-get install ttf-nanum
thensudo fc-cache -fv
web server
-
flask ์ค์นํ๊ธฐ.
- pip install flask
-
python gevent
- pip install gevent , ๊ทธ๋ฐ๋ฐ native code dependency๊ฐ ์์ผ๋ฏ๋ก ubuntu์ ๊ฒฝ์ฐ ๋ค์์ ์ค์นํด ์ค๋ค.
- sudo apt-get install python-dev
- sudo apt-get install libevent-dev
-
python gevent-socketio
- pip install gevent-socketio
- ์ด๊ฒ์ ์ฌ์ฉํ๋ฉด import socketio๊ฐ ๊ฐ๋ฅํ๋ค.