Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
1_0:external-tools [2020/05/05 14:28]
admin [Python]
1_0:external-tools [2022/02/02 17:26] (current)
admin [Python and PILLOW]
Line 28: Line 28:
      brew install python2.7      brew install python2.7
 </nowiki> </nowiki>
 +//
 +
 // //
 <nowiki> <nowiki>
-     pip2 install pillow+     pip3 install pillow
 </nowiki> </nowiki>
 +//
  
 or alternatively: or alternatively:
 +
 // //
 <nowiki> <nowiki>
Line 42: Line 46:
 On Linux, try: On Linux, try:
   * apt-get install python2.7 (or //yum install python2.7//)   * apt-get install python2.7 (or //yum install python2.7//)
-  * pip install pillow+  * apt-get install python3 
 +  * pip3 install pillow 
 +  * pip3 install matplotlib
  
 and make sure in the Preferences panel of FOCUS, that FOCUS is using this python2.7 binary, which may reside in /usr/local/bin/python2.7 and make sure in the Preferences panel of FOCUS, that FOCUS is using this python2.7 binary, which may reside in /usr/local/bin/python2.7
 +
 +Or to install those in python2.7: 
 +  * /usr/bin/python -mpip install -U pillow
 +  * /usr/bin/python -mpip install -U matplotlib
 +
  
 ==== MRCZ ==== ==== MRCZ ====