Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop using deprecated setuptools method of install
The new way to install our Python3 interfaces is: python3 -m pip install -e . See https://docs.python.org/3.6/installing/index.html#installing-index
- Loading branch information