Re: How to compile map?
Posted: 24 May 2016, 14:32
My apologies, I may have pasted the two commands needed wrong:
1. sudo easy_install pip
2. sudo pip install PIL
Also, to check if PIL or Pillow is installed, you must start python in the terminal by typing 'python', then type from PIL import Image into the '>>>' prompt.
Both PIL and Pillow should load with 'from PIL import Image', if they are installed.
1. sudo easy_install pip
2. sudo pip install PIL
Also, to check if PIL or Pillow is installed, you must start python in the terminal by typing 'python', then type from PIL import Image into the '>>>' prompt.
Both PIL and Pillow should load with 'from PIL import Image', if they are installed.