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:21] admin [Python] |
1_0:external-tools [2022/02/02 17:26] (current) admin [Python and PILLOW] |
||
---|---|---|---|
Line 11: | Line 11: | ||
gawk is a more powerful version of the command-line utility awk. Install gawk on OSX with "brew install gawk". On Linux, try "sudo apt-get install gawk" | gawk is a more powerful version of the command-line utility awk. Install gawk on OSX with "brew install gawk". On Linux, try "sudo apt-get install gawk" | ||
- | ==== Python ==== | + | ==== Python |
Many utilities and specific-purpose tools used by FOCUS are written in the [[http:// | Many utilities and specific-purpose tools used by FOCUS are written in the [[http:// | ||
Line 18: | Line 18: | ||
On OSX, try | On OSX, try | ||
+ | // | ||
< | < | ||
| | ||
</ | </ | ||
+ | // | ||
+ | // | ||
< | < | ||
- | brew install | + | brew install |
</ | </ | ||
+ | // | ||
+ | // | ||
< | < | ||
- | pip2 install pillow | + | pip3 install pillow |
</ | </ | ||
+ | // | ||
+ | |||
+ | or alternatively: | ||
+ | |||
+ | // | ||
+ | < | ||
+ | pip install pillow | ||
+ | </ | ||
+ | // | ||
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 ==== |