使用poetry包管理

先安裝 pip install poetry -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com 在當前目錄下新建一個目錄叫name poetry new name 這個目錄裏有pyproject.toml 的文件,裏面記錄了項目全部的依賴包版本信息 在你使用portey相關命令時須要切換到name目錄 /////
相關文章
相關標籤/搜索