Difference between revisions of "Python packages"

From Kraken Wiki
Jump to: navigation, search
(Created page with "The Python packages KrakenTools, Cerberus and Cetus do not require any installation in addition to # Adding the KrakenTools, Cerberus and Cetus folders to your Py...")
 
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 [[Python_environment]]).
 
# Adding the KrakenTools, Cerberus and Cetus folders to your Python path (see [[Python_environment]]).
# Installing the dependencies if not already installed (see [[Python_environment]]):
+
# Installing the dependencies if not already installed (see [[Python_environment]]): numpy, scipy, matplotlib and serpenttools. All can be installed with pip.
**numpy
 
**scipy
 
**matplotlib
 
**serpenttools
 

Revision as of 09:34, 30 January 2024

The Python packages KrakenTools, Cerberus and Cetus do not require any installation in addition to

  1. Adding the KrakenTools, Cerberus and Cetus folders to your Python path (see Python_environment).
  2. Installing the dependencies if not already installed (see Python_environment): numpy, scipy, matplotlib and serpenttools. All can be installed with pip.