writing code in editor

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
t4tomer
Posts: 11
Joined: Mon Jul 23, 2018 3:31 pm

Re: writing code in editor

Post by t4tomer » Thu Aug 02, 2018 10:17 am

I did what you said and put it all in the cmd window but I am still lost , could you help me plize ?

OutoftheBOTS_
Posts: 847
Joined: Mon Nov 20, 2017 10:18 am

Re: writing code in editor

Post by OutoftheBOTS_ » Thu Aug 02, 2018 9:06 pm

Off memory pip install isn't native on windows like it is on linux, you will need to install the pip installer :)

see https://www.youtube.com/watch?v=AVCcFyYynQY

t4tomer
Posts: 11
Joined: Mon Jul 23, 2018 3:31 pm

Re: writing code in editor

Post by t4tomer » Sun Aug 05, 2018 7:23 am

I did what is on the video , then what ?

OutoftheBOTS_
Posts: 847
Joined: Mon Nov 20, 2017 10:18 am

Re: writing code in editor

Post by OutoftheBOTS_ » Sun Aug 05, 2018 10:09 am

You should now be able to type pip3 install adafruit-ampy in the command prompt of windows and it will install ampy :)

see https://learn.adafruit.com/micropython- ... stall-ampy

Post Reply