安装SeisMix计算跨密度混合面

conda create -n SeisMix python=3.8
conda env list
conda activate SeisMix
conda config --add channels conda-forge
cat ~/.condarc
conda install mtspec numpy scipy segyio gsw jupyter matplotlib
git https://github.com/alex-dickinson/SeisMix.git

你可能感兴趣的:(python,linux,开发语言)