From d19bf6f41d8c693c06b5b75f08e69ed792bdb1f4 Mon Sep 17 00:00:00 2001 From: rtharungowda <55887709+rtharungowda@users.noreply.github.com> Date: Sun, 25 Apr 2021 19:05:02 +0530 Subject: [PATCH] Added file path to include virtualenv in README.md (#1150) Co-authored-by: holly1238 <77758406+holly1238@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c644c781f28..0383b53503a 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ In case you prefer to write your tutorial in jupyter, you can use [this script]( - Then you can build using `make docs`. This will download the data, execute the tutorials and build the documentation to `docs/` directory. This will take about 60-120 min for systems with GPUs. If you do not have a GPU installed on your system, then see next step. - You can skip the computationally intensive graph generation by running `make html-noplot` to build basic html documentation to `_build/html`. This way, you can quickly preview your tutorial. -> If you get **ModuleNotFoundError: No module named 'pytorch_sphinx_theme' make: *** [html-noplot] Error 2**, from /tutorials/src/pytorch-sphinx-theme run `python setup.py install`. +> If you get **ModuleNotFoundError: No module named 'pytorch_sphinx_theme' make: *** [html-noplot] Error 2** from /tutorials/src/pytorch-sphinx-theme or /venv/src/pytorch-sphinx-theme (while using virtualenv), run `python setup.py install`. ## About contributing to PyTorch Documentation and Tutorials * You can find information about contributing to PyTorch documentation in the PyTorch Repo [README.md](https://github.com/pytorch/pytorch/blob/master/README.md) file. -* Additional information can be found in [PyTorch CONTRIBUTING.md](https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md). +* Additional information can be found in [PyTorch CONTRIBUTING.md](https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md). \ No newline at end of file