We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c068e54 commit edef1f2Copy full SHA for edef1f2
build_with_pyinstaller.sh
@@ -1,11 +1,14 @@
1
#!/bin/bash
2
+pip install -e .
3
pyinstaller \
4
--console \
- --collect-data torch\
5
- --collect-data biotite\
6
- --collect-all biotite\
7
- --collect-data torch_geometric\
8
- --collect-all torch_geometric\
9
- --hidden-import torch_geometric\
+ --collect-all pypef \
+ --collect-data torch \
+ --collect-data biotite \
+ --collect-all biotite \
+ --collect-data torch_geometric \
10
+ --collect-all torch_geometric \
11
+ --hidden-import torch_geometric \
12
+ --noconfirm \
13
gui/qt_window.py
14
# --add-data=X/:X/. \
0 commit comments