Skip to content

Commit

Permalink
docs: Add tips for installing extra dpes
Browse files Browse the repository at this point in the history
Close #24.
  • Loading branch information
SilverRainZ committed Mar 25, 2023
1 parent 956042a commit 26eedf7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,13 @@ commit is not finished yet. See concurrency__ for more details.
cancel-in-progress: true
__ https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency

Install extra dependencies
**************************

For python dependencies, just add them to your ``requirements.txt`` or ``pyproject.toml`` file.

For non-python dependencies, add a step to your workflow file, and install them with the appropriate tools
(such as apt, wget, ...). See `#24`__ for example.

__ https://github.com/sphinx-notes/pages/issues/24

0 comments on commit 26eedf7

Please sign in to comment.