Skip to content
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

DM-39362: Change a line in analysis tools for bootcamp #111

Merged
merged 1 commit into from
May 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/lsst.analysis.tools/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ then you can git clone the package from https://github.com/lsst/analysis_tools.

``git clone git@github.com:lsst/analysis_tools.git``

Once the package has been closed it needs to be setup and scons needs to be run.
Once the package has been cloned, it needs to be setup and scons needs to be run to build the package.

``setup -j -r repos/analyis_tools``

``scons repos/analysis_tools``

More details can be found here:
Expand Down