Page 2 of 2

Re: writing code in editor

Posted: Thu Aug 02, 2018 10:17 am
by t4tomer
I did what you said and put it all in the cmd window but I am still lost , could you help me plize ?

Re: writing code in editor

Posted: Thu Aug 02, 2018 9:06 pm
by OutoftheBOTS_
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

Re: writing code in editor

Posted: Sun Aug 05, 2018 7:23 am
by t4tomer
I did what is on the video , then what ?

Re: writing code in editor

Posted: Sun Aug 05, 2018 10:09 am
by OutoftheBOTS_
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