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 then sudo 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๊ฐ€ ๊ฐ€๋Šฅํ•˜๋‹ค.