From 3acd6b73596d68cb2325233adf092dcbe3fcd987 Mon Sep 17 00:00:00 2001 From: Daiki Katsuragawa <50144563+daikikatsuragawa@users.noreply.github.com> Date: Tue, 28 Jul 2020 08:21:26 -0700 Subject: [PATCH] Document formatting (#42065) Summary: Apply syntax highlighting to the command in `README.md`. This makes `README.md` easier to read. Pull Request resolved: https://github.com/pytorch/pytorch/pull/42065 Reviewed By: pbelevich Differential Revision: D22753418 Pulled By: mrshenli fbshipit-source-id: ebfa90fdf60478c34bc8a7284d163e0254cfbe3b --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e0d0fe9253..bcccad95980 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ If you are building for NVIDIA's Jetson platforms (Jetson Nano, TX1, TX2, AGX Xa #### Install Dependencies Common -``` +```bash conda install numpy ninja pyyaml mkl mkl-include setuptools cmake cffi ``` @@ -304,7 +304,7 @@ make -f docker.Makefile To build documentation in various formats, you will need [Sphinx](http://www.sphinx-doc.org) and the readthedocs theme. -``` +```bash cd docs/ pip install -r requirements.txt ```