diff --git a/index.html b/index.html index 1ee9c96..4eca682 100644 --- a/index.html +++ b/index.html @@ -2933,12 +2933,12 @@ cdef <type/void> <func_name>(<type> <arg_name_1>, ...):
cdef enum <enum_name>: <member_name_1>, <member_name_2>, ...
-$ pip3 install pyinstaller
+#Appendix
PyInstaller
$ pip3 install pyinstaller
$ pyinstaller script.py # Compiles into './dist/script' directory.
$ pyinstaller script.py --onefile # Compiles into './dist/script' console app.
$ pyinstaller script.py --windowed # Compiles into './dist/script' windowed app.
-$ pyinstaller script.py --add-data '<path>:.' # Adds file to the root of the executable.
-
+$ pyinstaller script.py --add-data '<path>:.' # Adds file to the root of the executable.
+
\'<DT> = resolve_imaginary(<DT>)\'
';
+const PYINSTALLER =
+ '$ pip3 install pyinstaller\n' +
+ '$ pyinstaller script.py # Compiles into \'./dist/script\' directory.\n' +
+ '$ pyinstaller script.py --onefile # Compiles into \'./dist/script\' console app.\n' +
+ '$ pyinstaller script.py --windowed # Compiles into \'./dist/script\' windowed app.\n' +
+ '$ pyinstaller script.py --add-data \'<path>:.\' # Adds file to the root of the executable.\n' +
+ '
'
+
const DIAGRAM_1_A =
'+------------------+------------+------------+------------+\n' +
'| | Sequence | Collection | Iterable |\n' +
@@ -493,7 +501,8 @@ function fixHighlights() {
$(`code:contains(@lru_cache(maxsize=None))`).html(LRU_CACHE);
$(`code:contains(\'