mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] doc: including_bsp_doc: add missing venv creation command
@ 2018-10-10 12:10 Ahmad Fatoum
  2018-10-16  7:47 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2018-10-10 12:10 UTC (permalink / raw)
  To: ptxdist; +Cc: Ahmad Fatoum

otherwise, there wouldn't be an env/ directory to source inside.

Signed-off-by: Ahmad Fatoum <a.fatoum@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 cfccc45b4e80..e6c6bb6f7ded 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
+   $ python3 -mvenv env
    $ source env/bin/activate
    $ pip3 install sphinx
    $ pip3 install sphinx_rtd_theme
-- 
2.19.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-16  7:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-10 12:10 [ptxdist] [PATCH] doc: including_bsp_doc: add missing venv creation command Ahmad Fatoum
2018-10-16  7:47 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox