From: Juergen Borleis <jbe@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 4/4] doc: fix missing step to setup a Python virtualenv
Date: Fri, 22 Feb 2019 11:03:03 +0100 [thread overview]
Message-ID: <20190222100303.16360-4-jbe@pengutronix.de> (raw)
In-Reply-To: <20190222100303.16360-1-jbe@pengutronix.de>
In order to build the PTXdist documentation a virtualenv is a useful
helper. This change mentions its correct setup.
Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
---
doc/including_bsp_doc.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/including_bsp_doc.inc b/doc/including_bsp_doc.inc
index cfccc45b4..d4abcd8ea 100644
--- a/doc/including_bsp_doc.inc
+++ b/doc/including_bsp_doc.inc
@@ -32,6 +32,7 @@ when not globally present in the host system.
.. code-block:: text
$ pip3 install --upgrade --user pip virtualenv
+ $ virtualenv -p python3 env
$ source env/bin/activate
$ pip3 install sphinx
$ pip3 install sphinx_rtd_theme
--
2.11.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2019-02-22 10:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-22 10:03 [ptxdist] [PATCH 1/4] doc: BUILDTIME versus RUNTIME Juergen Borleis
2019-02-22 10:03 ` [ptxdist] [PATCH 2/4] doc: follow 'proselint' and improve the text Juergen Borleis
2019-02-22 10:03 ` [ptxdist] [PATCH 3/4] doc: describe a strange behaviour and its solution Juergen Borleis
2019-02-22 10:03 ` Juergen Borleis [this message]
2019-02-22 11:37 ` [ptxdist] [PATCH 4/4] doc: fix missing step to setup a Python virtualenv Michael Olbrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190222100303.16360-4-jbe@pengutronix.de \
--to=jbe@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox