Difference between revisions of "Python packages"
Line 1: | Line 1: | ||
The Python packages [[KrakenTools]], [[Cerberus]] and [[Cetus]] do not require any installation in addition to | The Python packages [[KrakenTools]], [[Cerberus]] and [[Cetus]] do not require any installation in addition to | ||
− | # Adding the KrakenTools, Cerberus and Cetus folders to your Python path (see [[ | + | # Adding the KrakenTools, Cerberus and Cetus folders to your Python path (see [[Python environment]]): |
#* Do add '''/home/<username>/Kraken/Cerberus/''', do not add '''/home/<username>/Kraken/Cerberus/cerberus/''' | #* Do add '''/home/<username>/Kraken/Cerberus/''', do not add '''/home/<username>/Kraken/Cerberus/cerberus/''' | ||
− | # Installing the dependencies if not already installed (see [[ | + | # Installing the dependencies if not already installed (see [[Python environment]]): numpy, scipy, matplotlib and serpenttools. All can be installed with pip. |
Revision as of 08:50, 30 January 2024
The Python packages KrakenTools, Cerberus and Cetus do not require any installation in addition to
- Adding the KrakenTools, Cerberus and Cetus folders to your Python path (see Python environment):
- Do add /home/<username>/Kraken/Cerberus/, do not add /home/<username>/Kraken/Cerberus/cerberus/
- Installing the dependencies if not already installed (see Python environment): numpy, scipy, matplotlib and serpenttools. All can be installed with pip.