-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #93 from jdebacker/s3
Update S3 bucket info
- Loading branch information
Showing
4 changed files
with
90 additions
and
49 deletions.
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
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,12 +1,6 @@ | ||
# bash commands for installing your package | ||
|
||
git clone -b master --depth 1 https://github.com/PSLmodels/OG-USA | ||
cd OG-USA | ||
|
||
# Explicitly add channels for looking up dependencies outside of | ||
# taxcalc and paramtools. If the channels are not specified like this, | ||
# the tests fail due to not being able to converge on a solution. | ||
conda config --add channels PSLmodels | ||
conda config --add channels conda-forge | ||
conda install scipy mkl dask matplotlib PSLmodels::taxcalc conda-forge::paramtools | ||
# install packages needed by CS, but not in ogusa-dev env | ||
pip install s3fs | ||
# install OG-USA from source | ||
pip install -e . |
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