- pip search biopython
這樣就會顯示會安裝的biopython版本。若要看有哪些版本可安裝則是輸入:
- pip install biopython==
- pip install biopython==1.66
- pip list | grep biopython
- pip install --upgrade biopython
參考資料
- Python and pip, list all versions of a package that's available?:兩個等於看可安裝版本的招式從這邊學到的
- Python的套件管理程式PyPI(pip)
網誌管理員已經移除這則留言。
回覆刪除