Skip to content

Commit

Permalink
Updated to include info on exectuing the demo module
Browse files Browse the repository at this point in the history
  • Loading branch information
eruber committed Oct 3, 2020
1 parent c279a99 commit 26f278c
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,13 @@ PyQtLineEditProgressBar depends on the following third-party packages:
## Installation ##
Via Python's package installer:

pip install PyQtLineEditProgressBar

or from the package source as a user:

pip install .

or from the package source as a developer:

pip install -e .
pip install pyqtlineeditprogressbar

## Testing ##
Once installed the **demo.py** file can be executed to demonstrate usage:
Once installed the **demo.py** module can be executed to demonstrate usage:

python demo.py
from pyqtlineeditprogressbar import demo
demo.main()

The results of executing this file should look similar to the animation below.

Expand Down

0 comments on commit 26f278c

Please sign in to comment.