scienceverse / papercheck

Check Scientific Papers for Best Practices
https://scienceverse.github.io/papercheck/
Other
1 stars 0 forks source link

GPT setup function #12

Open debruine opened 3 months ago

debruine commented 3 months ago
req <- system.file("python/requirements.txt", package = "papercheck")
reticulate::virtualenv_install(requirements = req)