mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
14e75fbdb9
commit
3acd6b7359
@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user