Skip to content

updated pip command for python3 #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ Installation

**On Unix (Linux, OS X)**

- clone this repository
- clone this repository for python 2
- `pip install ./python_example`
- clone this repository for python 3
- pip3 install ./python_example

**On Windows (Requires Visual Studio 2015)**
**On Windows (Requires Visual Studio 2015 or higher)**

- For Python 3.5:
- For Python 3.5 and above:
- clone this repository
- `pip install ./python_example`
- `pip3 install ./python_example`
- For earlier versions of Python, including Python 2.7:

Pybind11 requires a C++11 compliant compiler (i.e. Visual Studio 2015 on
Expand Down