Skip to content

Commit

Permalink
update intro
Browse files Browse the repository at this point in the history
  • Loading branch information
drillan committed Apr 18, 2022
1 parent 8aaf003 commit 749b364
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
26 changes: 26 additions & 0 deletions source/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,29 @@
- 法務、会計、税務、経営、投資その他に係る助言を構成するものではありません
- 本資料から生じたいかなる損害に関して、一切の責任を負うものではありません
```

## サンプルコードの実行方法

リポジトリをクローンします

```bash
git clone https://github.com/fin-py/botter4visualization.git
```

適宜、仮想環境を作成します

```bash
python3 -m venv .venv
source .venv/bin/activate
```

パッケージをインストールします

```bash
python -m pip install pip -U
pip install -r source/requirements.txt
```

## 参考資料

- [Botterのためのpandas入門](http://botter4pandas.readthedocs.io/)
9 changes: 7 additions & 2 deletions source/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
jupyter-book
nest_asyncio
pandas
plotly
pybotters
matplotlib
numpy
japanize-matplotlib
scipy
ta

0 comments on commit 749b364

Please sign in to comment.