Skip to content

Commit

Permalink
doc: Update README
Browse files Browse the repository at this point in the history
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.
10 changes: 10 additions & 0 deletions README.md
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
```

0 comments on commit dc17ba6

Please sign in to comment.