numfocus / jobs-board

Minimalist jobs board implementation
https://jobs.numfocus.org
BSD 3-Clause "New" or "Revised" License
17 stars 37 forks source link

Include Python dependencies in installation steps #5

Closed jrbourbeau closed 3 years ago

jrbourbeau commented 3 years ago

This PR update the installation steps in README.md to ensure required Python dependencies (i.e. pyyaml) are installed.

Note this is consistent with the installation steps used in CI

https://github.com/numfocus/jobs-board/blob/d38c5b3f60b5e20f08c7edddcd14a4d4959c2f85/.github/workflows/gh-pages.yml#L26-L30

stefanv commented 3 years ago

Thanks, James!