summaryrefslogtreecommitdiff
path: root/python/setup.py
AgeCommit message (Collapse)Author
2016-11-23Add support for user level pybind11 installationsMihai Capotă
Currently, when pybind11 is installed using the `--user` flag of pip, its headers are not found.
2016-05-10Setup.py checks for Python 2.7.11 or greaterBryn Keller
2016-05-02Tested with system Python 2.7 on Ubuntu as well as Anaconda Python 3.5 on UbuntuBryn Keller
2016-05-02Added readme section on installation, removed code that blocked execution ↵Bryn Keller
under 2.7. Still needs work to build on desired platforms
2016-03-07Python interface to PHATBryn Keller