Skip to content

Commit 9e84584

Browse files
lucylqmergennachin
authored andcommitted
getting started code format (#978)
Summary: Pull Request resolved: #978 pip install in separate code block Reviewed By: dbort Differential Revision: D50350054 fbshipit-source-id: 1f935b579afa3ca270afef889ee38852a51ec316
1 parent d3710cd commit 9e84584

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/source/getting-started-setup.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,10 @@ all the operators and backends.
209209

210210
You will need the following prerequisits for this section:
211211

212-
* The `zstd` command line tool — install by running `pip3 install zstd`.
213-
212+
* The `zstd` command line tool — install by running
213+
```bash
214+
pip3 install zstd
215+
```
214216
* Version `2023-07-18` of the `buck2` commandline tool — you can download a
215217
prebuilt archive for your system from [the Buck2
216218
repo](https://github.com/facebook/buck2/releases/tag/2023-07-18). Note that

0 commit comments

Comments
 (0)