Installing Shapely
Shapely is a package for the manipulation and analysis of two dimensional geometries. It can perform operations such as union and subtraction of geometries. It also can perform tests and comparisons, such as when a geometry intersects other geometries.
Windows
Here's what you need to do:
- As before, download the prebuilt wheel; this time, look for a file named
Shapely‑1.5.13‑cp27‑none‑win32.whl
. - Then, install it with
pip
.
Ubuntu Linux
Here are the steps you need to perform:
- Go to the terminal or open a new one with Ctrl + T.
- Enter the following command:
sudo pip install shapely