mirror of
https://git.digitalstudium.com/digitalstudium/digitalstudium.com
synced 2023-12-29 08:06:35 +00:00
fix it
This commit is contained in:
@@ -135,8 +135,8 @@ First install `pyinstaller`:
|
||||
pip install pytinstaller
|
||||
```
|
||||
Then we run the command:
|
||||
```
|
||||
```bash
|
||||
pyinstaller my-cli-tool --onefile
|
||||
```
|
||||
A folder `dist` shoud appear, and a binary file `my-cli-tool` inside it with all dependencies, which can be used even on servers,
|
||||
A folder `dist` should appear, and a binary file `my-cli-tool` inside it with all dependencies, which can be used even on servers,
|
||||
which do not have python or fire installed. Just put this file in the path `/usr/local/bin` and `my-cli-tool` can be used!
|
Reference in New Issue
Block a user