talkpython / mastering-pycharm-course

Course demos and handouts for Talk Python's Effective PyCharm course
https://training.talkpython.fm/courses/explore_pycharm/mastering-pycharm-ide
GNU General Public License v2.0
1.12k stars 716 forks source link

Part 7 - Quick info re Cython extensions on Linux #18

Closed swedishmike closed 5 years ago

swedishmike commented 5 years ago

Just a quick comment re the Cython extensions under Linux in Part 7.

I'm currently running 2018.2 and at least from that version you no longer need to manually cut-paste the instructions for how to install the Cython extensions for debugging.

There's the normal 'install something' link being displayed and you just click that and PyCharm sorts it all for you.

Nothing major, just a minor change in behaviour that may or may not be useful to add if you update the content at some stage in the future.

Cheers, Mike

mikeckennedy commented 5 years ago

Hi Mike.

Thanks for the feedback. Yes, they converted that to something you click and it just happens was really smart. I don't think it's worth updating the video but having it here as a Github issue might help someone.

Best, Michael