Skip to content

Commit

Permalink
switch to poetry to lock dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-caret committed Sep 22, 2022
1 parent d3d71bc commit 2e7dfa1
Show file tree
Hide file tree
Showing 6 changed files with 335 additions and 23 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
venv
*.swp
data
web/index.html
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
.
├── README.md
├── abst_table.py
├── data
├── md
├── paper
├── room.py
Expand All @@ -27,8 +26,7 @@
### 用意するもの

- 実行環境
- [python 3.6.8](https://www.python.org/downloads/)
- [pip 19.2.3](https://pip.pypa.io/en/stable/installing/)
- [poetry](https://python-poetry.org)
- 日本語フォント(ex. fonts-ipafont-gothic fonts-ipafont-mincho)

- 足りないディレクトリ
Expand All @@ -46,14 +44,8 @@
```
git clone https://github.com/wakate/shiorin.git
cd shiorin
pip install -r requirements.txt
pyppeteer-install
mv ***/data ./
mv ***/md ./
mv ***/web/image ./web/
mv ***/web/logo ./web/
mv ***/paper/image ./paper/
mv ***/paper/logo ./paper/
poetry install
poetry run pyppeteer-install
```

## 使い方
Expand Down
Loading

0 comments on commit 2e7dfa1

Please sign in to comment.