Commit 271ff743 authored by Hu Yi's avatar Hu Yi
Browse files

Update README.md,deepCR依赖pytorch,添加进去。

parent dcbb4dc9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@ detect cosmic rays and mask them

# 软件依赖

依赖的python包numpy, scipy, matplotlib, astropy, ccdproc, deepCR
依赖的python包numpy, scipy, matplotlib, astropy, ccdproc, pytorch, deepCR

Ubuntu 20.04系统下安装方法

sudo apt install python3-numpy python3-scipy python3-matplotlib python3-astropy python3-ccdproc

python3 -m pip install deepCR
python3 -m pip install pytorch deepCR

# 使用方法