From e66fc7f90f43ed1d49fd07e14aed09ca16821cd3 Mon Sep 17 00:00:00 2001 From: Jeroen Bouma Date: Mon, 6 Jan 2020 22:37:53 +0100 Subject: [PATCH] Correcting formatting error --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bdf31b4..a1726e4 100644 --- a/README.md +++ b/README.md @@ -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```