rkern / line_profiler

(OLD REPO) Line-by-line profiling for Python - Current repo ->
https://github.com/pyutils/line_profiler
Other
3.61k stars 254 forks source link

Can be installed with pip from source #158

Open fireundubh opened 5 years ago

fireundubh commented 5 years ago

Installed successfully via pip for Python 3.7.2.

pip install git+https://github.com/rkern/line_profiler#egg=line_profiler works in the Developer Command Prompt for VS 2017.

flothesof commented 4 years ago

Side note: I also had to install cython to get it to work.

fvlima commented 4 years ago

It works, but as @flothesof said, its necessary to install cython before