Skip to content

Commit 2fd6612

Browse files
Updating the README.md about the Build Procedure.
1 parent 9eb0c0e commit 2fd6612

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,16 @@ If you have questions or need help, please check out our documentation for a [li
1212

1313
The docs are built on GitHub Actions and run the `.ci_scripts/update_docs` script.
1414
To build the docs locally, you should do the following:
15-
1. `conda env create -f ./.ci_scripts/environment.yml`
16-
2. `conda activate conda-forge-docs`
17-
3. `cd src`
18-
4. `make html`
15+
1. Clone the repository into your local machine.
16+
2. Go into the main folder. </br>
17+
Run the following commands.
18+
3. `conda env create -f ./.ci_scripts/environment.yml`
19+
4. `conda activate conda-forge-docs`
20+
5. `pushd newsfeed`
21+
6. `pip install --no-deps .`
22+
7. `popd`
23+
8. `cd src`
24+
9. `make html`
1925

2026
## Improving the docs
2127

0 commit comments

Comments
 (0)