Differences
This shows you the differences between two versions of the page.
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 | ||
</ | </ | ||
+ | // | ||
+ | |||
// | // | ||
< | < | ||
- | pip2 install pillow | + | pip3 install pillow |
</ | </ | ||
+ | // | ||
or alternatively: | or alternatively: | ||
+ | |||
// | // | ||
< | < | ||
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 / | and make sure in the Preferences panel of FOCUS, that FOCUS is using this python2.7 binary, which may reside in / | ||
+ | |||
+ | Or to install those in python2.7: | ||
+ | * / | ||
+ | * / | ||
+ | |||
==== MRCZ ==== | ==== MRCZ ==== |