-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.
- Loading branch information
burstknight
committed
Oct 6, 2023
1 parent
5c6673c
commit dc17ba6
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# PyInstallerRunner | ||
This repo is a tool that can load configuration file to use `PyInstaller` to build python code as an executable file. | ||
|
||
## Requirments | ||
This repo uses `Python 3.x` to develop, so you must install python `3.x` or later version. | ||
|
||
This repo need use `pytest` for unit test, so you should use these commands to install necessary modules: | ||
```sh | ||
$ pip3 install pytest | ||
$ pip3 install pytest-cov | ||
$ pip3 install pytest-mock | ||
``` |