Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
git clone https://github.com/apache/incubator-toree.git
cd incubator-toree
git checkout toree-0v0.2.0-dev1   # this tag supports spark 2.0.0
make clean #just to be sure
make release
sudo -H pip install --upgrade ./dist/toree-pip/toree-0.2.0.dev1.tar.gz
pip freeze |grep toree  # just to be sure

...