There was an error while loading. Please reload this page.
1 parent b7fbdde commit b6b607eCopy full SHA for b6b607e
docs/README.rst
@@ -1,23 +1,22 @@
1
How to build the docs
2
=====================
3
4
-From the root directory of the repository, do the following to steps
+From the root directory of the repository, do the following in steps
5
6
1. Install docs' dependencies
7
8
.. code-block:: text
9
10
- pip install -r docs/requirements.txt
+ pip install --group 'docs'
11
12
- On Linux, you may need to use `pip3` instead.
13
14
2. Build the docs
15
16
17
18
mkdocs build
19
20
- or use the following command to see changes rendered in realtime.
+ Or use the following command to see changes rendered in real-time.
21
22
23
0 commit comments