Skip to content

Commit

Permalink
add Build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
LTurret committed Mar 3, 2022
1 parent 2f7fb8f commit 6b73179
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ AnnaBorder-x64-win/config.json
**/__pycache__
image
dataset

**/build
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ it can enter multiple border types, generates more than one border-image

`config.json` is **event informations data**, **border data**, **fonts**, **background** file location, with customization, convenient the file organization

## Build

require library:
```console
pyinstaller
```
to build release:
```console
$ pyinstaller -F main.py -i "icon.ico"
```

## License

Licensed under [MIT](LICENSE).
Expand Down
11 changes: 11 additions & 0 deletions README.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ options:

`config.json`**活動資訊資料**, **排行資料**, **字體檔**, **背景圖** 的檔案位置設定檔,配合自訂義能夠方便管理檔案

## 編譯

所需函式庫:
```console
pyinstaller
```
建構發布:
```
$ pyinstaller -F main.py -i "icon.ico"
```

## 授權

遵守 [MIT](LICENSE)授權條款。
Expand Down

0 comments on commit 6b73179

Please sign in to comment.