We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1d279 commit 1d23016Copy full SHA for 1d23016
executables/README.md
@@ -3,10 +3,13 @@
3
- pyvis templates were not copied, so make these explicit (see [this](https://stackoverflow.com/a/72687433/9684872))
4
5
```bash
6
-# from root of the project
7
-pyinstaller -D --collect-all pyvis -n vuegen src/vuegen/__main__.py
8
# from this README folder
9
-pyinstaller -D --collect-all pyvis --collect-all streamlit -n vuegen ../src/vuegen/__main__.py
+pyinstaller -D --collect-all pyvis --collect-all streamlit --collect-all st_aggrid -n vuegen ../src/vuegen/__main__.py
+```
+
10
+```bash
11
+# other pyinstaller options
12
+--noconfirm # is used to avoid the prompt for overwriting the existing dist folder
13
```
14
15
## Pyinstaller options
0 commit comments