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/10/22 16:28]
127.0.0.1 external edit
1_0:external-tools [2022/02/02 17:26] (current)
admin [Python and PILLOW]
Line 32: Line 32:
 // //
 <nowiki> <nowiki>
-     pip2 install pillow+     pip3 install pillow
 </nowiki> </nowiki>
 // //
Line 46: 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 ====