diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000..ed59359 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,4 @@ +# generated during the build + +build/ + diff --git a/docs/source/index.rst b/docs/source/index.rst index 91c7a7f..3fe6e99 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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: