Skip to main content

Custom Setup.py

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

Commands

Install all dependencies

cd <your-repo>
pip install -e .

 

Sample codes