Skip to content

Commit

Permalink
note pyenv installation trick (close #122)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Mar 13, 2015
1 parent 8df98dd commit 9db730b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ The latest development version of PyCall is avalable from
<https://github.com/stevengj/PyCall.jl>. If you want to switch to
this after installing the package, run `Pkg.checkout("PyCall")`.

You must, of course, have Python and its `libpython` shared-library
installed, and a `python` executable must be in your `PATH` (or be
specified manually as described below). Usually, the necessary
libraries are installed along with Python, but [pyenv on MacOS](https://github.com/stevengj/PyCall.jl/issues/122) requires you to install it with `env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install 3.4.3`.

## Usage

Here is a simple example to call Python's `math.sin` function and
Expand Down

0 comments on commit 9db730b

Please sign in to comment.