Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Commit 3cdc2fa

Browse files
authored
Merge pull request #145 from pllim/patch-1
DOC: Interim installation note until PyPI release is fixed
2 parents df8dfc8 + 0d68211 commit 3cdc2fa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

+8
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ They are available under a `BSD license`_.
1515
Installation
1616
============
1717

18+
**Note:** As of version 2.1.2, `pip install line_profiler` does not work.
19+
Please install as follows until it is fixed in the next release::
20+
21+
git clone https://github.com/rkern/line_profiler.git
22+
find line_profiler -name '*.pyx' -exec cython {} \;
23+
cd line_profiler
24+
pip install . --user
25+
1826
Releases of `line_profiler` can be installed using pip::
1927

2028
$ pip install line_profiler

0 commit comments

Comments
 (0)