Custom Setup.py

為自己的專案訂製一個 setup.py 安裝程序

Commands

Install all dependencies

cd <your-repo>
pip install -e .

 

Sample codes


Revision #3
Created 2025-12-22 10:23:35 CST by A-Lang (Admin)
Updated 2025-12-22 10:27:38 CST by A-Lang (Admin)