Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-dfs
csst-dfs-api
Commits
90771d93
Commit
90771d93
authored
3 years ago
by
Wei Shoulin
Browse files
Options
Download
Email Patches
Plain Diff
em
parent
1e1f9508
main
master
1.0.3
1.0.1
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+2
-0
.gitignore
.hypothesis/unicode_data/11.0.0/charmap.json.gz
+0
-0
.hypothesis/unicode_data/11.0.0/charmap.json.gz
tools/csst-dfs-api-install.sh
+9
-9
tools/csst-dfs-api-install.sh
with
11 additions
and
9 deletions
+11
-9
.gitignore
+
2
-
0
View file @
90771d93
...
@@ -40,3 +40,5 @@ test_reports.xml
...
@@ -40,3 +40,5 @@ test_reports.xml
**/_version.py
**/_version.py
examples/test.py
examples/test.py
.hypothesis
This diff is collapsed.
Click to expand it.
.hypothesis/unicode_data/11.0.0/charmap.json.gz
deleted
100644 → 0
+
0
-
0
View file @
1e1f9508
File deleted
This diff is collapsed.
Click to expand it.
tools/csst-dfs-api-install.sh
+
9
-
9
View file @
90771d93
...
@@ -18,17 +18,17 @@ pip uninstall csst-dfs-commons -y
...
@@ -18,17 +18,17 @@ pip uninstall csst-dfs-commons -y
pip uninstall csst-dfs-proto
-y
pip uninstall csst-dfs-proto
-y
pip uninstall csst-dfs-api
-y
pip uninstall csst-dfs-api
-y
echo
"Installing
.....
Version:
$version
"
echo
"Installing
CSST DFS API with
Version:
$version
"
echo
"=============================================="
echo
"
➡=
=============================================="
echo
"
1/5
"
echo
"
🛰 1️⃣/5️⃣
"
pip
install
git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-commons.git
$version
pip
install
git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-commons.git
$version
echo
"
2/5
"
echo
"
🛰 2️⃣/5️⃣
"
pip
install
git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-proto-py.git
$version
pip
install
git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-proto-py.git
$version
echo
"
3/5
"
echo
"
🛰 3️⃣/5️⃣
"
pip
install
git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-api-local.git
$version
pip
install
git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-api-local.git
$version
echo
"
4/5
"
echo
"
🛰 4️⃣/5️⃣
"
pip
install
git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-api-cluster.git
$version
pip
install
git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-api-cluster.git
$version
echo
"
5/5
"
echo
"
🛰 5️⃣/5️⃣
"
pip
install
git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-api.git
$version
pip
install
git+https://hub.fastgit.org/astronomical-data-processing/csst-dfs-api.git
$version
echo
"=============================================="
echo
"➡==============================================="
echo
"Done!"
echo
"🇨🇳🇨🇳🇨🇳🚀🚀🚀Done!"
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets