Skip to content

Commit

Permalink
Last Formatting fix!
Browse files Browse the repository at this point in the history
  • Loading branch information
JerBouma committed Jan 6, 2020
1 parent 31c1af3 commit 3559601
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,24 +121,26 @@ 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```

### Run/Develop:
Run the following command:
- ```python program.py```

### Build
Installation:
- Windows:
- ```pyinstaller --add-data="images;images" --icon=images\iconICO.ico --name=ThePassiveInvestor program.py```
- MacOS/Linux:
- ```pyinstaller --add-data="images:images" --icon=images/iconICO.ico --name=ThePassiveInvestor --windowed program.py```

- ### Run/Develop
1. Run the following to start the program:
- ```python program.py```
- ### Build
1. Run the following to build the program:
- Windows:
- ```pyinstaller --add-data="images;images" --icon=images\iconICO.ico --name=ThePassiveInvestor program.py```
- MacOS/Linux:
- ```pyinstaller --add-data="images:images" --icon=images/iconICO.ico --name=ThePassiveInvestor --windowed program.py```
2. Open the 'dist' folder and the 'ThePassiveInvestor' folder, run exe/app. Or:
- Windows:
- CMD:
- ```start dist\ThePassiveInvestor\ThePassiveInvestor.exe```
- PowerShell:
- ```dist\ThePassiveInvestor\ThePassiveInvestor.exe```
- MacOS
- ```open dist/ThePassiveInvestor.app```
Open the 'dist' folder and the 'ThePassiveInvestor' folder, run exe/app. Or:
- Windows:
- CMD:
- ```start dist\ThePassiveInvestor\ThePassiveInvestor.exe```
- PowerShell:
- ```dist\ThePassiveInvestor\ThePassiveInvestor.exe```
- MacOS
- ```open dist/ThePassiveInvestor.app```

## Disclaimer
While the program allows you to make financial decisions more easily, it explicitely <i>does not</i> make the decisions for you. Therefore, these decisions remain your own and I am not responsible for any losses (or gains) made.

0 comments on commit 3559601

Please sign in to comment.