pycom and anaconda
-
Hi ! we use Anaconda with spyder to run our python scripts . But we need to import pycom and pymakr to connect to my wipy 3.0. how can i solve this problem? how can I import pycom in spyder? (we have already use VSCode , but it doesn't work) please help me!!!!!!!!!!!
-
Hi! You can use this command line tool: https://hackmd.io/s/HJhUcamxQ#
-
Hi @FedeSilvi
Pymakr only supports Atom and VSCode. You can only upload projects to the boards with these IDEs. However, you can still write the code in your editor of choice and upload it via FTP or serial connection.
What doesn't work in VSCode? You can find the instructions on how to install it here.