Skip to content

Commit

Permalink
Update README with distribution instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
paramsiddharth committed Aug 15, 2020
1 parent c510ad4 commit 9d9e2e1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,11 @@ Equation were used for plotting and expression-parsing respectively.
Simply execute `main.py` using Python. Use `-W ignore` to hide warning in the console e. g. Division by Zero.
```
> python -W ignore main.py
```
```
- To build distribution, use `pyinstaller`.
```
> pyinstaller main.py -w -i icon.ico --clean --noconfirm
```
Note: Due to dependency issues, you might need to manually copy `matplotlib` and
`Equation` from your Python installation, and `icon.ico` from the source directory
to the distribution folder for the executable to function properly.

0 comments on commit 9d9e2e1

Please sign in to comment.