This website works better with JavaScript
Home
Explore
Help
Register
Sign In
wuxiang
/
SDR
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
commit
wuxiang
2 weeks ago
parent
ad00a2c503
commit
8ce9d60a85
2 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
README.md
BIN
environment.yml
+ 2
- 0
README.md
View File
@@ -1,2 +1,4 @@
# 打包命令
pyinstaller -D main.py -n SDR
+# 导出依赖命令
+conda env export > environment.yml
BIN
environment.yml
View File