mirror of
https://github.com/infeeeee/dyn2py
synced 2025-12-16 22:16:18 +01:00
Windows installer, reorganize workflows
This commit is contained in:
11
README.md
11
README.md
@@ -3,7 +3,6 @@
|
||||
[](https://github.com/infeeeee/dyn2py/releases/latest)
|
||||
[](https://github.com/infeeeee/dyn2py/commits/main)
|
||||
[](https://github.com/infeeeee/dyn2py/actions/workflows/unittests.yml)
|
||||

|
||||
[](https://github.com/infeeeee/dyn2py/blob/main/LICENSE)
|
||||
|
||||
# dyn2py
|
||||
@@ -17,14 +16,16 @@ Use cases:
|
||||
|
||||
## Installation
|
||||
|
||||
### Windows portable
|
||||
### Windows portable and installer
|
||||
|
||||
Prebuilt exe available from github releases.
|
||||
Prebuilt portable exe and installer available from github releases.
|
||||
|
||||
No requirements, just download `dyn2py.exe` from release assets:
|
||||
No requirements, just download `dyn2py.exe` or `dyn2py-installer.exe` from release assets:
|
||||
|
||||
https://github.com/infeeeee/dyn2py/releases/latest
|
||||
|
||||
Installer automatically adds the install folder to the path, so simply `dyn2py` can be called from anywhere.
|
||||
|
||||
### With pip
|
||||
|
||||
For usage as a module or as a command line program
|
||||
@@ -178,8 +179,8 @@ pyinstaller dyn2py.spec
|
||||
|
||||
### Create installer for Windows
|
||||
|
||||
- The already built exe should be in `dist\dyn2py.exe`
|
||||
- Install Inno Setup: https://jrsoftware.org/isdl.php
|
||||
- The already built exe should be in `dist\dyn2py.exe`
|
||||
- Run this in powershell:
|
||||
|
||||
```powershell
|
||||
|
||||
Reference in New Issue
Block a user