Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-ma authored Feb 17, 2024
1 parent 9a623e9 commit b93694a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,19 @@ $ dim install -P https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/0000186912_000

5. pdfからcsvへ変換

※ poetryのインストール方法: https://cocoatomo.github.io/poetry-ja/

```
$ poetry shell
$ poetry install
$ python main.py
```

または

```
pip install tabula-py pandas
$ python main.py
```

0 comments on commit b93694a

Please sign in to comment.