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

Commit

Permalink
DOC: Interim installation note until PyPI release is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Mar 20, 2019
1 parent df8dfc8 commit 0d68211
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rst
Expand Up @@ -15,6 +15,14 @@ They are available under a `BSD license`_.
Installation 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:: Releases of `line_profiler` can be installed using pip::


$ pip install line_profiler $ pip install line_profiler
Expand Down

0 comments on commit 0d68211

Please sign in to comment.