Skip to content

Commit

Permalink
Adding small guide for the old version of the package
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiarles committed Apr 18, 2023
1 parent b16bed3 commit 06e9114
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,12 @@ The `--pdf` option will search for either Word (Windows only) or `soffice` (Libr

If both Word and `soffice` are present, Word will be used.

## Building the standalone executable
## Previous versions

The previous version of the package can be found in the releases page of the plugin [here](https://github.com/typhoon-hil/allure-docx/releases).

## Miscelaneous
### Building the standalone executable

We use PyInstaller to create standalone executables. If you want to build an executable yourself, follow these steps:
- Create a new virtual environment with the proper python version (tested using python 3, 32 or 64 bit so far)
Expand Down

0 comments on commit 06e9114

Please sign in to comment.