Skip to content

Commit

Permalink
update ?use_python
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Feb 19, 2025
1 parent ef2d919 commit eec0f89
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
10 changes: 9 additions & 1 deletion R/use_python.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@

#' Use Python
#'
#' Select the version of Python to be used by `reticulate`.
#' @description
#' Manually select the version of Python to be used by `reticulate`.
#'
#' Note that beginning with Reticulate version 1.41, manually selecting a Python
#' installation is generally not necessary, as reticulate is able to
#' automatically resolve an ephemeral Python environment with all necessary
#' Python requirements declared via `py_require()`.
#'
#' @details
#'
#' The `reticulate` package initializes its Python bindings lazily -- that is,
#' it does not initialize its Python bindings until an API that explicitly
Expand Down
7 changes: 6 additions & 1 deletion man/use_python.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eec0f89

Please sign in to comment.