How to install rshell on windors?

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: How to install rshell on windors?

Post by dhylands » Thu Oct 21, 2021 2:33 am

Once you have python and pip installed (perhaps following these instructions: https://medium.com/co-learning-lounge/h ... a707994013)

then you should be able to install rshell using

Code: Select all

pip install rshell

Post Reply