Skip to content

Instantly share code, notes, and snippets.

@dineshadepu
Created May 14, 2025 09:18
Show Gist options
  • Save dineshadepu/5ebaa15c0a64a2a21b0b6f285cd7e45f to your computer and use it in GitHub Desktop.
Save dineshadepu/5ebaa15c0a64a2a21b0b6f285cd7e45f to your computer and use it in GitHub Desktop.
PySPH installation

PySPH installation

conda create -n pysph_new -c conda-forge python=3.12
conda activate pysph_new
pip install --upgrade pip setuptools wheel

pip install https://github.com/pypr/compyle/zipball/master
pip install https://github.com/pypr/cyarray/zipball/master
pip install h5py

pip install https://github.com/pypr/pysph/zipball/master --no-build-isolation -v

Mayavi installation

pip install vtk
pip install pyside6
pip install https://github.com/enthought/mayavi/zipball/master -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment