X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bfaee40696c3c15556ef089e69da47bb832b08db..8f8c63166dcfbd1cd02d426cc6d83a93bfb6c0fa:/doc/README.textile diff --git a/doc/README.textile b/doc/README.textile index 9799ac564b..47951299cc 100644 --- a/doc/README.textile +++ b/doc/README.textile @@ -25,7 +25,7 @@ arvados/doc$ python3 -m venv .venv arvados/doc$ .venv/bin/pip install pdoc -Then the generation process will need to be able to find @arvados/doc/.venv/bin/pdoc@. Either add that full directory to your @$PATH@, or make a @pdoc@ symlink in another directory that's already in your @$PATH@. +Then you must activate the virtualenv (e.g., run @. .venv/bin/activate@) before you run the @bundle exec rake@ commands below. h2. Generate HTML pages