install.sh 716 Bytes
Newer Older
Zhang Xin's avatar
Zhang Xin committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# conda create -n csstsim_py311 python==3.11
###
 # @Author: Zhang Xin zhangx@bao.ac.cn
 # @Date: 2024-11-05 10:47:51
 # @LastEditors: Zhang Xin zhangx@bao.ac.cn
 # @LastEditTime: 2024-11-05 14:57:44
 # @FilePath: /superSim_git/install.sh
 # @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
### 

conda config --add channels conda-forge
conda install numpy==1.26.4
conda install cython==3.0.6
conda install sep==1.2.1
conda install mpi4py==3.1.6
conda install -c conda-forge opencv
python -m pip install astro-sedpy
conda install matplotlib=3.8.0
conda install photutils=1.11.0
pip install -e .