File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -165,8 +165,11 @@ how the one-file method works
165165[Back to table of contents](#table-of-contents)
166166
167167## Running
168- **This only applies if you installed from source!**
169- If you are not using a virtual environment, then you can just create a `.bat` file containing
168+ If you installed from a binary, then just run the `CircuitPython Bundle Manager.exe` (`CircuitPython Bundle Manager`
169+ macOS and Linux) file. You may want to create a shortcut/symlink to it on the desktop or create a menu entry. If you
170+ would like to submit an icon, you can open an issue for it with the icon.
171+
172+ If you install from source and you are not using a virtual environment, then you can just create a `.bat` file containing
170173`python \path\to\the\main.py` (`python3`, forward slashes, and use `.sh` for the extension on macOS and Linux) on the
171174desktop for convenience. Otherwise, you will need to re-activate the virtual environment everytime you want to run it.
172175I highly recommend using these shell scripts:
You can’t perform that action at this time.
0 commit comments