Skip to content

Other environment setups

S.-H. Dan Shim edited this page Jun 18, 2022 · 1 revision

APS 13IDD BMD environment

To have the same setup as APS 13IDD/BMD as of June 2022.

conda create --name pkpo python=3.6
conda activate pkpo
conda install -c conda-forge mamba
mamba install -c conda-forge scipy=1.3 numpy=1.17 fabio=0.9 dill=0.3.1 pyfai=0.18.0 pymatgen=2019.10.16
mamba install -c conda-forge lmfit periodictable xlwt
mamba install -c conda-forge matplotlib=3.3 qdarkstyle=2.7 statsmodels=0.10
pip install pytheos --user
Clone this wiki locally