-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added sotodlib installation to ocs-util
- Loading branch information
Showing
3 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
|
||
jupyter | ||
scipy | ||
|
||
# Requirements for sotodlib | ||
quaternionarray | ||
toml | ||
|
||
# Requirement for sotoddb | ||
h5py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
cd /app_lib | ||
|
||
git clone https://github.com/simonsobs/sotoddb.git | ||
git clone https://github.com/simonsobs/sotodlib.git | ||
|
||
# Installs sotoddb. Will take this out when it's no longer needed | ||
cd sotoddb | ||
echo "Installing sotoddb..." | ||
pip3 install . | ||
|
||
cd /app_lib/sotodlib | ||
echo "Installing sotodlib..." | ||
git checkout tags/v0.3.0 | ||
pip3 install -e . |