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 7eb72cc commit e66fc7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ If you wish to test the packaging, you can do so by:

1. Clone/Download this repository.
2. Open CMD/PowerShell/Terminal in folder.
3. install dependencies: ```pip install -r requirements.txt```
3. install dependencies: ```pip install -r requirements.txt```

### Run/Develop
4. ### Run/Develop
1. Run the following to start the program:
- ```python program.py```
### Build
5. ### 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 e66fc7f

Please sign in to comment.