Skip to content

Commit

Permalink
Docs: READMEに使い方を明記
Browse files Browse the repository at this point in the history
  • Loading branch information
getset-fujisawa committed May 7, 2022
1 parent 2f3d98a commit b2aa641
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,23 @@
| docker-compose | 1.29.2 | |
| Remote Containers | 0.234.0 | VScode 拡張。コンテナ内で VScode を動作させる(?)。デバッグなどの目的で導入。 |

## 使い方

1. /input に操作対象の Excel ファイル(Binance 取引所の取引履歴ファイル)を配置
- docker-compose.yml でマウントしている
1. Remote Development(ms-vscode-remote.vscode-remote-extensionpack) を VScode にインストール
1. Remote Development でコンテナに入る
- ![VScode右下の「><」マークをクリック](resource/pic/RemoteDevelopment_1.png)
***
- ![Open Folder in Container... をクリック](resource/pic/RemoteDevelopment_2.png)
***
- ![.devcontainer があるディレクトリを選択し、Openをクリック](resource/pic/RemoteDevelopment_3.png)
1. sample.py を開き実行することで/output に出力される

- MEMO
- 複数ファイルに対応している
- 同名のファイルが既に/output に存在する場合は上書きされる(delete&create)

## 解決したかった問題と対処まで

### 問題: 仮想通貨の取引記録が複数に分裂することが多々起こる
Expand Down
Binary file added resource/pic/RemoteDevelopment_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource/pic/RemoteDevelopment_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resource/pic/RemoteDevelopment_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b2aa641

Please sign in to comment.