Skip to content

Commit

Permalink
update installation issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Sep 26, 2023
1 parent d8c9e28 commit 8eb3050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/installation-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Many installation issues are resolved by running the following in a **fresh R se
# issue is already fixed but not on CRAN yet.
install.packages("remotes")
remotes::install_github(sprintf("rstudio/%s", c("reticulate", "tensorflow", "keras")))
reticulate::miniconda_uninstall() # start with a blank slate
reticulate::install_miniconda()
if (is.null(reticulate::virtualenv_starter()))
reticulate::install_python()
keras::install_keras()
```

Expand Down

0 comments on commit 8eb3050

Please sign in to comment.