Skip to main content
BookOSSLab
View All
Search
Shelves
Books
Log in
Info
Content
Custom Setup.py
Page Revisions
Revision #13386 Changes
Custom Setup.py
為自己的專案訂製一個 setup.py 安裝程序
Commands
Install all dependencies
cd <your-repo> pip install -e .
Sample codes
OpenTinker/setup.py at main · open-tinker/OpenTinker · GitHub
Back to top