Skip to content

Commit

Permalink
docs: 更新免安裝版本執行方式
Browse files Browse the repository at this point in the history
  • Loading branch information
Keycatowo committed Mar 7, 2023
1 parent db4795d commit eb33012
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@ streamlit run home.py --server.maxUploadSize 100

### 本地端執行(Windows免安裝)
如本地無法安裝Python,可使用包含Python的打包版本,執行方式如下:
+[Release](https://github.com/Keycatowo/music-analysis/releases)下載`music-analysis-package.zip`
+ 解壓縮後,打開`music-analysis-package`資料夾
+ 執行`run.bat`,即可開啟網頁
+[Release](https://github.com/Keycatowo/music-analysis/releases)下載
+ 解壓縮到任意位置,進入資料夾
+ 執行`run.bat`
+ 在跳出視窗中輸入`streamlit run home.py`,並按下Enter
+ 如果沒有自動開啟網頁,請至瀏覽器輸入`http://localhost:8501/`

### 網頁範例
因為執行記憶體限制,網頁範例有限制檔案大小,無法上傳過大的音樂檔案。

[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://nthu-music-tools.streamlit.app/)


Expand Down

0 comments on commit eb33012

Please sign in to comment.