We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b4ed66 commit 39dbc6cCopy full SHA for 39dbc6c
1 file changed
docs/README.md
@@ -2,19 +2,20 @@
2
3
### How to make and test your changes
4
5
-1. Navigate to the documentation directory:
+1. Navigate to the project root directory:
6
```bash
7
-cd parallel_programming_course/docs
+cd parallel_programming_course
8
```
9
10
2. (Optional) Create a virtual environment:
11
12
python3 -m venv venv
13
14
15
-3. Install the required dependencies:
+3. Install the required dependencies (for the projects and the docs):
16
17
pip install -r requirements.txt
18
+pip install -r docs/requirements.txt
19
20
21
4. Configure the documentation build:
@@ -46,7 +47,7 @@ cmake --build build -t docs_html
46
47
48
9. Make local deployment of the changes:
49
-cd _build/html
50
+cd docs/_build/html
51
python3 -m http.server 8080
52
53
0 commit comments