Mendel Development Tool

jasoncruzdev

Jason Cruz

Posted on February 19, 2022

Mendel Development Tool

Image description

This came off the google coral dev board website. This code didnt work for me

python3 -m pip install --user mendel-development-tool

What did work for me after I installed and upgraded PIP. Was this line of below:

python -m pip install --user mendel-development-tool

I removed "python3" and replaced it with "python"

And that worked beautifuiy for me.

python -m pip install --user mendel-development-tool


đź’– đź’Ş đź™… đźš©
jasoncruzdev
Jason Cruz

Posted on February 19, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related