Wednesday, May 13, 2020

SPH Code Resource



[1] C++ SPH https://github.com/aartiukh/sph-sdk
      use
    $git clone --recursive

No comments:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...