Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_common
Commits
3562e959
Commit
3562e959
authored
Aug 29, 2023
by
BO ZHANG
🏀
Browse files
remove unnecessary files
parent
0ab87335
Pipeline
#1175
passed with stage
in 0 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
csst_common/_crds_api.py
deleted
100644 → 0
View file @
0ab87335
def
get_slsconf
(
dir_save
=
"."
,
**
kwargs
):
""" save SLS conf files to `dir_save` """
pass
install.sh
deleted
100644 → 0
View file @
0ab87335
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!"
install_local.sh
deleted
100644 → 0
View file @
0ab87335
#!/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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment