Skip to content

Commit

Permalink
(TESTING)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Apr 17, 2017
1 parent 7c2e51c commit 58eaa40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/newinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ usage() {
fail "$(cat <<-EOF
usage: newinstall.sh [-b] [-f] [-h] [-n] [-3|-2] [-P <path-to-python>]
-b -- Run in batch mode. Don't ask any questions and install all extra
-b -- Run in batch mode. Do not ask any questions and install all extra
packages.
-c -- Attempt to continue a previously failed install.
-n -- No-op. Go through the motions but echo commands instead of running
Expand Down Expand Up @@ -272,7 +272,7 @@ if true; then
The git version control system is frequently used with LSST software.
While the LSST stack should build and work even in the absence of git, we
don't regularly run and test it in such environments. We therefore
do not regularly run and test it in such environments. We therefore
recommend you have at least git 1.8.4 installed with your normal
package manager.
Expand Down Expand Up @@ -336,7 +336,7 @@ else:
cat <<-EOF
In addition to Python 2 (>=2.7) or 3 (>=3.5), some LSST packages depend on
recent versions of numpy, matplotlib, and scipy. If you don't have all of
recent versions of numpy, matplotlib, and scipy. If you do not have all of
these, the installation may fail. Using the Miniconda Python distribution
will ensure all these are set up.
Expand Down

0 comments on commit 58eaa40

Please sign in to comment.