File tree 1 file changed +6
-13
lines changed
1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -10,31 +10,24 @@ Create a python 3.10 environment, using a python environment manager of your own
10
10
11
11
### Step 2
12
12
13
- Install the required dependencies to build the documentation in the python environment created in the previous step.
14
-
15
- ** Note that {PY_ENV} is the path to your python environment.**
16
-
17
- ``` bash
18
- {PY_ENV}/bin/pip3 install ' git+https://github.com/logicalclocks/feature-store-api@master#egg=hsfs[docs]&subdirectory=python'
19
- ```
20
-
21
- ### Step 3
22
-
23
13
Clone this repository
24
14
25
15
``` bash
26
16
git clone https://github.com/logicalclocks/logicalclocks.github.io.git
27
17
```
28
18
29
- ### Step 4
19
+ ### Step 3
30
20
31
- Go inside the cloned repository
21
+ Install the required dependencies to build the documentation in the python environment created in the previous step.
22
+
23
+ ** Note that {PY_ENV} is the path to your python environment.**
32
24
33
25
``` bash
34
26
cd logicalclocks.github.io
27
+ {PY_ENV}/bin/pip3 install -r requirements-docs.txt
35
28
```
36
29
37
- ### Step 5
30
+ ### Step 4
38
31
39
32
Use mkdocs to build the documentation and serve it locally
40
33
You can’t perform that action at this time.
0 commit comments