mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00: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:
parent
14e75fbdb9
commit
3acd6b7359
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue