Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmo authored Jun 16, 2024
1 parent 7c92843 commit 539bc56
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 @@ -67,9 +67,9 @@ If you'd like to contribute to the code base or build the program from source (e

- If you'd like to build and install the program, there are lots of tools you can use. The most popular option for macOS is probably `py2app`, while the most popular options for Windows are probably `pyinstaller` and `cxfreeze`. You can install any of these options by using Python's package manager `pip`, which should have been installed alongside your Python interpreter as part of Python's installation process. For example, if you'd like to install `pyinstaller`, you should run the following command from your command line/terminal:

```bash
pip install pyinstaller
```
```bash
pip install pyinstaller
```

----

Expand Down

0 comments on commit 539bc56

Please sign in to comment.