pyOpenSci / peer-review-metrics

A repo where we collect peer review metrics
https://www.pyopensci.org/peer-review-metrics
0 stars 4 forks source link

Update README with pip install requirements.txt #10

Closed kaiyamag closed 2 months ago

kaiyamag commented 2 months ago

The current README instructions are missing a step about installing the dependencies in requirements.txt using pip install -r requirements.txt. Failure to install requirements.txt will result in the jupyter notebooks failing to run and the myst failing to build.

kaiyamag commented 2 months ago

This issue is fixed by adding the nox installation instructions :)