diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-06-06 13:50:35 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-06-06 13:50:35 -0400 |
commit | 727bdd3a80b1d7dbb0944feb6faccce65decffe0 (patch) | |
tree | 37726490e2080bcc7e45e9a8dc123a4cafb6bc73 | |
parent | 8dba7071e39ae0cc5ab73a037c34c9df1c686bc7 (diff) | |
download | rambo-727bdd3a80b1d7dbb0944feb6faccce65decffe0.tar.gz |
Doc update for installation
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -9,4 +9,8 @@ Performs a few useful functions upon a collection of Conda build recipes: - Cull the collection of sorted recipes by removing ones that would generate package file names already existing in a given distribution channel. -`rambo.py -h` for usage information +Installation: +`python setup.py install` + +Usage information: +`rambo -h` |