diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-10-08 23:13:46 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-10-08 23:13:46 -0400 |
commit | 7515b9aff257769f1fa2b134896a359c6a3a72f0 (patch) | |
tree | ba8e93bfbdcc3786eea2ca7e041d5809e3f72935 /README.md | |
download | ssb-utils-7515b9aff257769f1fa2b134896a359c6a3a72f0.tar.gz |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2a30469 --- /dev/null +++ b/README.md @@ -0,0 +1,49 @@ +# ssb-utils + +A collection of wrappers for use by the Science Software Branch at STScI. + +# Installation + +```bash +git clone http://github.com/astroconda/ssb-utils.git +``` + +It is recommended you copy the `ssb-utils` directory to a "safe" place (i.e. not your `Downloads` directory) + +# Requirements + +- BASH >=3.2 + +## conda.sh + +### Activation + +```bash +source /path/to/ssb-utils/conda.sh +``` + +### Usage + +```bash +$ ssb --help +Usage: ssb {-i|-u} {-p|-d} [-an] [[package] ...] + +General Arguments: + --help -h This usage message + --name [env] -n Update existing environment by name + --public -p Use astroconda + --dev -d Use conda-dev + --all -a Update all packages (supersedes [package] requests) + --yes -y Do not prompt (use with care) + +Mode Arguments: + --install -i Perform an installation + --update -u Perform an update + +Positional Arguments: +package Name of package(s) to update +``` + +# Support + +Use at your own risk. |