X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8c65e73116254f49c2311dcb3f0685312d14d275..8f8c63166dcfbd1cd02d426cc6d83a93bfb6c0fa:/doc/README.textile diff --git a/doc/README.textile b/doc/README.textile index 0455171072..47951299cc 100644 --- a/doc/README.textile +++ b/doc/README.textile @@ -20,11 +20,13 @@ arvados/doc$ bundle install To generate the Python SDK documentation, these additional dependencies are needed:
-arvados/doc$ sudo apt-get install python3-pip
-arvados/doc$ pip3 install arvados-python-client
-arvados/doc$ pip3 install pdoc
+arvados/doc$ sudo apt install python3-pip python3-venv
+arvados/doc$ python3 -m venv .venv
+arvados/doc$ .venv/bin/pip install pdoc
 
+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