Filed under
#frustration
Jan
2017
2017
Posts
Read the full piece
Autocomplete in Python Shell on Windows
Because I drive myself insane replicating this when I find I want autocomplete on Windows, here are the steps (as of January 2017 anyway):
pip install pyreadlinepip install ipython[shell]
Except right now step 2 fails when installing scandir so I grabbed it …