LoginSignup
0
0

More than 3 years have passed since last update.

SIMRIWの導入

Last updated at Posted at 2020-03-02

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

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0