Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sbws
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
juga
sbws
Commits
f92a1027
Commit
f92a1027
authored
6 years ago
by
juga
Browse files
Options
Downloads
Patches
Plain Diff
Add extra dependencies for docs. Remove obsolete
parent
59b42b08
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL.rst
+8
-16
8 additions, 16 deletions
INSTALL.rst
with
8 additions
and
16 deletions
INSTALL.rst
+
8
−
16
View file @
f92a1027
...
...
@@ -66,27 +66,19 @@ To run the tests::
tox
Run these commands one at a time and check for errors before continuing.
Updating
~~~~~~~~
::
Installing documentation dependendencies and building it
---------------------------------------------------------
cd simple-bw-scanner
git pull
# Determine the newest released version. Assuming it is v1.5.3 ...
git checkout v1.5.3
source venv/bin/activate
pip install --process-dependency-links --upgrade-strategy eager --upgrade .
To build the documentation, extra Python dependencies are needed:
- Sphinx_
- recommonmark_
- Pylint_ (only to update the diagrams)
[OBSOLETE DO NOT FOLLOW] Virtualenv - Development
------------------------------------------------------------------------------
To install them from ``sbws``::
These are almost exactly the same. The difference is the pip command: we
install sbws in an editable state so we don't have to re-run pip every time we
make a change.
pip install .[doc]
::
...
...
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