Skip to content

Commit e381ec2

Browse files
committed
Add build_with_pyinstaller.bat
1 parent 005ee93 commit e381ec2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

build_with_pyinstaller.bat

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
conda install cython
2+
pip install -U pyinstaller
3+
pip install -e .
4+
pyinstaller^
5+
--console^
6+
--collect-all pypef^
7+
--collect-data torch^
8+
--collect-data biotite^
9+
--collect-all biotite^
10+
--collect-data torch_geometric^
11+
--collect-all torch_geometric^
12+
--hidden-import torch_geometric^
13+
--noconfirm^
14+
gui\qt_window.py

0 commit comments

Comments
 (0)