Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 141 Bytes

INSTALL.md

File metadata and controls

10 lines (7 loc) · 141 Bytes

INSTALL

创建虚拟环境

conda create -n compression python=3.10
conda activate compression
pip install - r requirements.txt