xapharius / CppMagic

Ipython cell magic to run and time C++ code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Help page installation does not work.

spencerm89 opened this issue · comments

Installation
pip install git+git://github.com/xapharius/cppmagic.git

This does not work for me, and I believe it is due to github no longer allowing git:// pulls. What works for me now, and I believe this is the case for everyone and you need to change the help page, is

pip install git+https://github.com/xapharius/cppmagic.git

Solving this took some time for me, hopefully you can resolve it for future users. Thank you for this package which I hope will work well for me overall.