[Tutor] installing openpyxl

Steven D'Aprano steve at pearwood.info
Sun Jul 17 11:39:24 EDT 2016


On Sun, Jul 17, 2016 at 02:57:27PM +0100, Alan Gauld via Tutor wrote:
> On 17/07/16 12:18, marcus lütolf wrote:
> 
> > could someone please tell me what exactly I have to type
> 
> > I have used all kinds of commands with ‚pip install‘ at the end, all
> > unsuccessful.
> 
> At an OS command prompt type
> 
> C:\WINDOWS> pip install openpyxl

If that doesn't work, try this:

python35 -m pip install openpyxl


> You will need write permission to the site packages folder

That is certainly true.


-- 
Steve


More information about the Tutor mailing list