This commit is contained in:
Digital Studium
2023-04-24 00:06:03 +03:00
parent dbe264b3df
commit 38abf43c97
8 changed files with 222 additions and 7 deletions

View File

@@ -135,7 +135,7 @@ FLAGS
pip install pytinstaller
```
Затем запускаем команду:
```
```bash
pyinstaller my-cli-tool --onefile
```
У вас должна появиться папка `dist`, а в ней файл бинарный `my-cli-tool` со всеми зависимостями, который можно использовать даже на серверах,