install.sh 380 Bytes
Newer Older
BO ZHANG's avatar
BO ZHANG committed
1
2
3
4
5
6
7
8
9
10
echo "csst_common Installer"
echo "=============================================="

pip uninstall csst_common -y

echo "Installing csst_common"
echo "➡==============================================="
pip install git+https://csst-tb.bao.ac.cn/code/csst-l1/csst_common.git
echo "➡==============================================="
echo "🇨🇳🇨🇳🇨🇳🚀🚀🚀Done!"