File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ A Python Lighthouse Adapter
88
99Example scripts can be found [ here] ( examples )
1010
11- ## Troubeshooting
11+ ## Troubleshooting
1212
1313If you are experiencing errors regarding SSL certificates,
1414instantiate Pyghthouse using the ` ignore_ssl_cert=True `
1515keyword argument.
1616
17- ## Requiered packages
17+ ## Required packages
1818- websocket-client
1919- msgpack
2020
@@ -26,4 +26,4 @@ keyword argument.
2626To install packages in python, you can use ` pip install <package name> ` in a command line. For example ` pip install numpy ` .
2727If you have problems with installing, we recommend to use this guide: https://packaging.python.org/en/latest/tutorials/installing-packages/
2828
29- In Thonny, you can use a Package Manager. You can find it in ` Tools > Manage packages... `
29+ In Thonny, you can use a Package Manager. You can find it in ` Tools > Manage packages... `
You can’t perform that action at this time.
0 commit comments