Skip to content

Files

Latest commit

6176d57 · Jul 25, 2018

History

History
28 lines (23 loc) · 1.13 KB

README_ja.md

File metadata and controls

28 lines (23 loc) · 1.13 KB

Repository for IQ championship

How to use

  1. requirements.txtから必要ライブラリをインストール(pip install -r requirements.txt)
  2. chrome用のweb driverをインストールして任意の場所に置く(https://sites.google.com/a/chromium.org/chromedriver/)
  3. config/local_config.pyに自分のアドレスとパスワードを記入
  4. config/config.ymlにweb driverの場所、シミュレーション条件などの設定を記入
  5. python simulate.pyでalphas.txt内のアルファを自動でシミュレーション

How to use

  1. Install libraries (pip install -r requirements.txt)
  2. Download web driver for chrome and put it in

Requirement

  • python 3.6.1
  • selenium
  • pyyaml
  • easydict

Reference

code sample

how to use selenium