ev3dev / ev3dev-lang-python

Pure python bindings for ev3dev
MIT License
422 stars 146 forks source link

Remove kociemba and rubiks_rgb_solver.py from MINDCUB3R demo #270

Closed dwalton76 closed 7 years ago

dwalton76 commented 7 years ago

I forked kociemba (sent a pull request to make it python3 compatible) and created a repo for the rubiks cube RGB analyzing code. We can now remove these from demo/MINDCUB3R and instead point the user to install them via:

sudo apt-get install build-essential python3-pip
sudo pip3 install git+https://github.com/dwalton76/kociemba.git
sudo pip3 install git+https://github.com/dwalton76/rubiks-color-resolver.git

@WasabiFan @ddemidov sound good?

WasabiFan commented 7 years ago

Sounds good to me!