Skip to content

Commit dd321b5

Browse files
authored
[FSTORE-1426][APPEND] Update README with new build instructions (#400)
1 parent 9ba86c8 commit dd321b5

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

README.md

+6-13
Original file line numberDiff line numberDiff 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-
2313
Clone this repository
2414

2515
```bash
2616
git 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
3426
cd logicalclocks.github.io
27+
{PY_ENV}/bin/pip3 install -r requirements-docs.txt
3528
```
3629

37-
### Step 5
30+
### Step 4
3831

3932
Use mkdocs to build the documentation and serve it locally
4033

0 commit comments

Comments
 (0)