Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since pip is the current standard for Python installation, use it in the examples instead of the easy_install commands. Recommend `pip install .` for local installation, and `pip install -e .` for develop. Also remove `easy_install` as the first recommendation for installing packages, in favor of `pip`.
- Loading branch information