Installation¶
Via pip (from GitHub)¶
Development Setup (Conda)¶
Clone the repo and create the conda environment:
git clone https://github.com/avdudchenko/psPlotKit.git
cd psPlotKit
conda env create -f psplotkit.yml
conda activate psPlotKit
Update an existing dev environment¶
Install into an existing environment¶
Dependencies¶
psPlotKit requires Python 3.11+ and the following packages:
| Package | Purpose |
|---|---|
h5py |
Reading HDF5 parameter sweep files |
quantities |
Physical unit handling and conversion |
matplotlib |
Plot generation |
numpy |
Array operations |
scipy |
Interpolation and scientific computing |
sigfig |
Significant figure formatting |
pyyaml |
YAML configuration support |