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...")
 
 
(4 intermediate revisions by the same user not shown)
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]]):
+
#* Do add '''/home/<username>/Kraken/Cerberus/''', do not add '''/home/<username>/Kraken/Cerberus/cerberus/'''
**numpy
+
# Installing the dependencies if not already installed (see [[Python environment]]): numpy, scipy, matplotlib and serpenttools. All can be installed with pip.
**scipy
+
 
**matplotlib
+
The automatically generated documentation of the Python packages should be found at [https://serpent.vtt.fi/pythonapi/ https://serpent.vtt.fi/pythonapi/].
**serpenttools
 

Latest revision as of 13:30, 20 March 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):
    • Do add /home/<username>/Kraken/Cerberus/, do not add /home/<username>/Kraken/Cerberus/cerberus/
  2. Installing the dependencies if not already installed (see Python environment): numpy, scipy, matplotlib and serpenttools. All can be installed with pip.

The automatically generated documentation of the Python packages should be found at https://serpent.vtt.fi/pythonapi/.