0

The instructions for Windows ask to download the installer from http://www.lfd.uci.edu/~gohlke/pythonlibs/

The link for my version displays as "Shapely‑1.5.13‑cp27‑none‑win_amd64.whl".

However it is actually a zip file, which contains 2 folders, neither of which appear to contain a .whl file or an installer.

Note that the question is not about how to install a .whl file, but why I can't see a .whl file.

How do I install this?

Alexis Eggermont
  • 7,665
  • 24
  • 60
  • 93

1 Answers1

-1

The file is a .whl, you can install it by running

pip install ___.whl
tom
  • 2,335
  • 1
  • 16
  • 30