File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed
Expand file tree Collapse file tree 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
1010
1111### Step 2
1212
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-
2313Clone this repository
2414
2515``` bash
2616git clone https://github.com/logicalclocks/logicalclocks.github.io.git
2717```
2818
29- ### Step 4
19+ ### Step 3
3020
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.**
3224
3325``` bash
3426cd logicalclocks.github.io
27+ {PY_ENV}/bin/pip3 install -r requirements-docs.txt
3528```
3629
37- ### Step 5
30+ ### Step 4
3831
3932Use mkdocs to build the documentation and serve it locally
4033
You can’t perform that action at this time.
0 commit comments