Skip to content

Commit

Permalink
Correcting formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
JerBouma committed Jan 6, 2020
1 parent e66fc7f commit 31c1af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ If you wish to test the packaging, you can do so by:
2. Open CMD/PowerShell/Terminal in folder.
3. install dependencies: ```pip install -r requirements.txt```

4. ### Run/Develop
- ### Run/Develop
1. Run the following to start the program:
- ```python program.py```
5. ### Build
- ### Build
1. Run the following to build the program:
- Windows:
- ```pyinstaller --add-data="images;images" --icon=images\iconICO.ico --name=ThePassiveInvestor program.py```
Expand Down

0 comments on commit 31c1af3

Please sign in to comment.