#Git for windows の導入
1.https://gitforwindows.org/
2.インストール
3.再起動
4.バージョン確認 'git --version'
#SIMRIW with Pythonの導入
##作業手順
1.Anacondaで仮想環境の構築(simriw_test)
2.pip install -U git+https://ky0on@bitbucket.org/ky0on/pysimriw.git
3.インストールの確認 pip list
4.simriw.py の実行→エラー
5.ライブラリのインストール
1.hjson
2.numpy
3.pandas
4.print_function
5.matplotlib
6.画像ファイル、csvファイルの出力先フォルダの作成
7.パスの上書き
##参考
https://github.com/ky0on/simriw
https://github.com/ky0on/pysimriw