Skip to content

Commit

Permalink
Added dependencies guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Teschl committed Jun 17, 2024
1 parent e88bc13 commit e137c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generation Sphinx Documentation

To generate the Sphinx documentation HTML page, run the following commands (Linux):
Before being able to generate the Docs, make sure to install all the python dependencies: `pip install -r requirements.txt` and pandoc. However, they can be ignored since they don't lead to any actual issues. To generate the Sphinx documentation HTML page, run the following commands (Linux):

```bash
cd /path/to/topotoolbox/docs/
Expand Down

0 comments on commit e137c4d

Please sign in to comment.