Skip to content

常用命令

导出whl

shell
poetry export -f requirements.txt --without-hashes --with dev > requirements.txt
pip download -r requirements.txt -d dependencies

Released under the MIT License.