Mendel Development Tool
Jason Cruz
Posted on February 19, 2022
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
đź’– đź’Ş đź™… đźš©
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.