From 0d68211c3c484b4012dd79394c2ecd45748c97f8 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Wed, 20 Mar 2019 11:14:49 -0400 Subject: [PATCH] DOC: Interim installation note until PyPI release is fixed --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 9a52abc..488f054 100644 --- a/README.rst +++ b/README.rst @@ -15,6 +15,14 @@ They are available under a `BSD license`_. Installation ============ +**Note:** As of version 2.1.2, `pip install line_profiler` does not work. +Please install as follows until it is fixed in the next release:: + + git clone https://github.com/rkern/line_profiler.git + find line_profiler -name '*.pyx' -exec cython {} \; + cd line_profiler + pip install . --user + Releases of `line_profiler` can be installed using pip:: $ pip install line_profiler