Skip to content

Commit

Permalink
Merge pull request #212 from LSSTDESC/u/cwwalter/update_readme
Browse files Browse the repository at this point in the history
Remove unnecessary obs_lsst instructions in README
  • Loading branch information
jchiang87 authored Mar 6, 2019
2 parents bdf137b + d7c9fa6 commit f3df7ae
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,6 @@ execute the `setup imsim` command, and that command can be issued from
any directory. The `scons` build step needs only to be re-run if a
new command line executable is added to the `bin.src` folder.

### obs_lsst
The CCD pixel and LSST focalplane geometries are obtained from the
lsst/obs_lsst package, which is not yet part of the standard LSST
distribution. Until it is, you'll need to clone a copy, set it up,
and build:
```
$ git clone https://github.com/lsst/obs_lsst.git
$ cd obs_lsst
$ setup -r . -j
$ scons
```

## Usage
The executables in the `bin` folder should be in your path and so
should be runnable directly from the command line:
Expand Down

0 comments on commit f3df7ae

Please sign in to comment.