Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# generated during the build

build/

8 changes: 7 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ You can download the code by cloning this repository::

Change directory into the KeckDRPF directory and run::

python setup.py install
pip install .

If you want to install the Keck DRP Framework for development purposes, you can run::

pip install -e .

to install it in editable mode.

Note that you will download the ``develop`` branch, which is the default branch.
To switch to the ``master`` branch, use:
Expand Down