Skip to content

Link to LSP-based development guide #150

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 4 additions & 2 deletions install/package-development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
Building a package with the installed Science Pipelines stack
#############################################################

You can build packages alongside an LSST Science Pipelines stack that you have installed with :doc:`newinstall.sh <newinstall>`, :doc:`lsstsw <lsstsw>`, or :doc:`Docker <docker>`.
This pages describes how to build and set up packages cloned directly from GitHub.
You can build packages alongside an LSST Science Pipelines stack that you have installed with :doc:`newinstall.sh <newinstall>`, :doc:`lsstsw <lsstsw>`, :doc:`Docker <docker>`, or the `LSST Science Platform <https://nb.lsst.io/science-pipelines/development-tutorial.html>`__.
This page describes how to build and set up packages cloned directly from GitHub.

.. note::

If you are developing with the LSST Docker images, refer to :ref:`docker-develop`.
That page describes Docker-specific patterns and complements the general information on this page.

If you are developing on the LSST Science Platform, refer to `Developing LSST Science Pipelines packages in the Notebook Aspect <https://nb.lsst.io/science-pipelines/development-tutorial.html>`__ for an adapted process.

.. _package-dev-prereq:

Expand Down