wuxiang 2 weeks ago
parent
commit
8ce9d60a85
2 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md
  2. BIN
      environment.yml

+ 2 - 0
README.md

@@ -1,2 +1,4 @@
 # 打包命令
  pyinstaller -D main.py -n SDR
+# 导出依赖命令
+conda env export > environment.yml

BIN
environment.yml