Skip to content

Commit 2b1e6e8

Browse files
committed
Fixed links to Superset
1 parent ff02f4a commit 2b1e6e8

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ CLI tool for easy usage of the Superset API.
66

77
## Overview
88

9-
![overview](https://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/NewTec-GmbH/pyJiraCli/main/doc/uml/context.puml)
10-
119
More information on the deployment and architecture can be found in the [doc](./doc/README.md) folder.
1210

1311
## Installation
@@ -52,6 +50,15 @@ To connect to the Superset server, provide all credentials via Command Line argu
5250

5351
Check out the all the [Examples](./examples) on how to use the pySupersetCli tool.
5452

53+
## Compile into an executable
54+
55+
It is possible to create an executable file that contains the tool and all its dependencies. "PyInstaller" is used for this.
56+
Just run the following command on the root of the folder:
57+
58+
```cmd
59+
pyinstaller --noconfirm --onefile --console --name "pySupersetCli" --add-data "./pyproject.toml;." "./src/pySupersetCli/__main__.py"
60+
```
61+
5562
## Used Libraries
5663

5764
Used 3rd party libraries which are not part of the standard Python package:

0 commit comments

Comments
 (0)