Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
osx_aeri_data_python_installer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Matthew Westphall
osx_aeri_data_python_installer
Commits
55a1bcd5
Commit
55a1bcd5
authored
8 years ago
by
Matthew Westphall
Browse files
Options
Downloads
Patches
Plain Diff
tested installer script locally
parent
57d60588
Branches
master
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
README.md
+4
-1
4 additions, 1 deletion
README.md
aeri_python_setup.sh
+1
-2
1 addition, 2 deletions
aeri_python_setup.sh
with
6 additions
and
3 deletions
.gitignore
+
1
−
0
View file @
55a1bcd5
anaconda*.sh
aeri_tools/
This diff is collapsed.
Click to expand it.
README.md
+
4
−
1
View file @
55a1bcd5
A bash script to install python and all packages necessary for
AERI data analysis
AERI data analysis. To install, clone the directory, then run the
command
`bash aeri_python_setup.sh`
. You will be stepped through
the installation of Anaconda Python 3, and the python packages
netCDF4, hdf5, dmv, and aeri_tools.
This diff is collapsed.
Click to expand it.
aeri_python_setup.sh
+
1
−
2
View file @
55a1bcd5
...
...
@@ -4,7 +4,6 @@ ANDACONDA_INSTALL=anaconda_install.sh
platform
=
'unknown'
unamestr
=
`
uname
`
dmv_install
=
dmv-0.9.8-cp35-cp35m-macosx_10_5_x86_64.whl
if
[[
"
$unamestr
"
==
'Darwin'
]]
;
then
conda_url
=
https://repo.continuum.io/archive/Anaconda3-4.1.1-MacOSX-x86_64.sh
else
...
...
@@ -34,4 +33,4 @@ echo "Installing aeri_tools from gitlab..."
git clone git@gitlab.ssec.wisc.edu:cphillips/aeri_tools.git
cd
aeri_tools
python setup.py
install
cd
..
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment