Skip to content

Commit 6176d57

Browse files
committedJul 25, 2018
rewrite readme in english
1 parent ef9fc7a commit 6176d57

File tree

3 files changed

+39
-12
lines changed

3 files changed

+39
-12
lines changed
 

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ chrome*
44
__pycache__
55
.python-version
66
*.pyc
7+
8+
README_ja.md

‎README.md

+9-12
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
1-
# Repository for IQ championship
1+
# Repository for WebSim
22

33
## 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+
910

1011
## Requirement
1112
- python 3.6.1
1213
- selenium
1314
- pyyaml
1415
- easydict
1516

16-
## Reference
17-
### code sample
18-
- https://github.com/nhatson/websim
19-
- https://github.com/d07s1d0s4d1/alphatron
20-
- https://github.com/robotpy/robotpy-websim
2117

22-
### how to use selenium
18+
## Reference
19+
### how to use selenium (in Japanese)
2320
- https://www.inet-solutions.jp/technology/python-selenium/
2421
- https://qiita.com/kinpira/items/383b0fbee6bf229ea03d

‎README_ja.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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

0 commit comments

Comments
 (0)
Please sign in to comment.