On this page, we will walk through the setup for the Sublime Text Editor Environment
Navigate to this link to download the latest version of Sublime Text compatible with your machine.
Plug your CircuitPython board with your assembled circuit in to your machine BEFORE opening Sublime Text.
You can find this file in your CircuitPython drive; it is the main Python file that executes code. Open this up in Sublime Text
Any changes you make in this file should be reflected in the circuit once you save the main.py or code.py file within Sublime Text. Happy coding!
Remember that Sublime Text does not have a built in serial console like Mu. To access the serial console, follow these instructions:
For Windows users: https://learn.adafruit.com/welcome-to-circuitpython/advanced-serial-console-on-windows
For Mac/Linux users: https://learn.adafruit.com/welcome-to-circuitpython/advanced-serial-console-on-mac-and-linux