File tree 3 files changed +39
-12
lines changed
3 files changed +39
-12
lines changed Original file line number Diff line number Diff line change 4
4
__pycache__
5
5
.python-version
6
6
* .pyc
7
+
8
+ README_ja.md
Original file line number Diff line number Diff line change 1
- # Repository for IQ championship
1
+ # Repository for WebSim
2
2
3
3
## How to use
4
- 1 . requirements.txtから必要ライブラリをインストール(pip install -r requirements.txt)
5
- 2 . chrome用のweb driverをインストールして任意の場所に置く(https://sites.google.com/a/chromium.org/chromedriver/ )
6
- 3 . [ config/local_config.py] ( https://github.com/kacky24/websim/blob/master/config/local_config.py ) に自分のアドレスとパスワードを記入
7
- 4 . [ config/config.yml] ( https://github.com/kacky24/websim/blob/master/config/config.yml ) にweb driverの場所、シミュレーション条件などの設定を記入
8
- 5 . python simulate.pyでalphas.txt内のアルファを自動でシミュレーション
4
+ 1 . Install libraries from requirements.txt (pip install -r requirements.txt)
5
+ 2 . Download web driver for chrome in any directory (https://sites.google.com/a/chromium.org/chromedriver/ )
6
+ 3 . Write your e-mail adress and password in [ config/local_config.py] ( https://github.com/kacky24/websim/blob/master/config/local_config.py )
7
+ 4 . Write settings in [ config/config.yml] ( https://github.com/kacky24/websim/blob/master/config/config.yml )
8
+ 5 . You can simulate alphas in alphas.txt automatically by python simulate.py
9
+
9
10
10
11
## Requirement
11
12
- python 3.6.1
12
13
- selenium
13
14
- pyyaml
14
15
- easydict
15
16
16
- ## Reference
17
- ### code sample
18
- - https://github.com/nhatson/websim
19
- - https://github.com/d07s1d0s4d1/alphatron
20
- - https://github.com/robotpy/robotpy-websim
21
17
22
- ### how to use selenium
18
+ ## Reference
19
+ ### how to use selenium (in Japanese)
23
20
- https://www.inet-solutions.jp/technology/python-selenium/
24
21
- https://qiita.com/kinpira/items/383b0fbee6bf229ea03d
Original file line number Diff line number Diff line change
1
+ # Repository for IQ championship
2
+
3
+ ## How to use
4
+ 1 . requirements.txtから必要ライブラリをインストール(pip install -r requirements.txt)
5
+ 2 . chrome用のweb driverをインストールして任意の場所に置く(https://sites.google.com/a/chromium.org/chromedriver/ )
6
+ 3 . [ config/local_config.py] ( https://github.com/kacky24/websim/blob/master/config/local_config.py ) に自分のアドレスとパスワードを記入
7
+ 4 . [ config/config.yml] ( https://github.com/kacky24/websim/blob/master/config/config.yml ) にweb driverの場所、シミュレーション条件などの設定を記入
8
+ 5 . python simulate.pyでalphas.txt内のアルファを自動でシミュレーション
9
+
10
+ ## How to use
11
+ 1 . Install libraries (pip install -r requirements.txt)
12
+ 2 . Download web driver for chrome and put it in
13
+
14
+ ## Requirement
15
+ - python 3.6.1
16
+ - selenium
17
+ - pyyaml
18
+ - easydict
19
+
20
+ ## Reference
21
+ ### code sample
22
+ - https://github.com/nhatson/websim
23
+ - https://github.com/d07s1d0s4d1/alphatron
24
+ - https://github.com/robotpy/robotpy-websim
25
+
26
+ ### how to use selenium
27
+ - https://www.inet-solutions.jp/technology/python-selenium/
28
+ - https://qiita.com/kinpira/items/383b0fbee6bf229ea03d
You can’t perform that action at this time.
0 commit comments