Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
buildstream
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
BuildStream
buildstream
Commits
b9546d4d
There was a problem fetching the pipeline summary.
Commit
b9546d4d
authored
7 years ago
by
Javier Jardón
Committed by
Tristan Van Berkom
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
HACKING.rst: Be specific about the only pip packages required are the python3 ones
parent
fbb0ca28
No related branches found
No related tags found
Loading
Pipeline
#
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
HACKING.rst
+3
-3
3 additions, 3 deletions
HACKING.rst
with
3 additions
and
3 deletions
HACKING.rst
+
3
−
3
View file @
b9546d4d
...
@@ -130,9 +130,9 @@ Before you can build the BuildStream documentation yourself, you need
...
@@ -130,9 +130,9 @@ Before you can build the BuildStream documentation yourself, you need
to first install ``sphinx`` and ``sphinx-click``, using pip or some
to first install ``sphinx`` and ``sphinx-click``, using pip or some
other mechanism::
other mechanism::
pip install --user sphinx
pip
3
install --user sphinx
pip install --user sphinx-click
pip
3
install --user sphinx-click
pip install --user sphinx_rtd_theme
pip
3
install --user sphinx_rtd_theme
Furthermore, the documentation build requires that BuildStream itself
Furthermore, the documentation build requires that BuildStream itself
be installed.
be installed.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment