Commit 3562e959 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

remove unnecessary files

parent 0ab87335
Pipeline #1175 passed with stage
in 0 seconds
def get_slsconf(dir_save=".", **kwargs):
""" save SLS conf files to `dir_save` """
pass
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!"
#!/usr/bin/env bash
rm -rf build
rm -rf dist
#python setup.py build_ext --inplace
#python setup.py install
python setup.py sdist
pip install dist/*.tar.gz --force-reinstall
rm -rf ./*.egg-info
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment