From 3d7e6add16228a27a0608d41be08cc9e32b4e8ac Mon Sep 17 00:00:00 2001 From: brownag Date: Wed, 27 Dec 2023 21:25:14 +0000 Subject: [PATCH] Built site for rosettaPTF: 0.1.4@2efe081 --- reference/install_rosetta.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/reference/install_rosetta.html b/reference/install_rosetta.html index ea82f4a..d41c68e 100644 --- a/reference/install_rosetta.html +++ b/reference/install_rosetta.html @@ -58,8 +58,6 @@

Install Rosetta Python package

method = "auto", conda = "auto", pip = TRUE, - user = FALSE, - system = FALSE, arcpy_path = getOption("rosettaPTF.arcpy_path") ) @@ -82,14 +80,6 @@

Arguments

logical. Use pip for package installation? Default: TRUE. This is only relevant when Conda environments are used, as otherwise packages will be installed from the Conda repositories.

-
user
-

logical. Default: FALSE. Pass --user flag. This should only be done if other installation methods fail and it is impossible to use a virtual environment.

- - -
system
-

logical. Default: FALSE. If TRUE, try installing to system (user) site library with system() and set reticulate to use system Python.

- -
arcpy_path

Argument passed to find_python(). Path to ArcGIS Pro Python installation e.g. ``. Set as NULL (default) to prevent use of ArcGIS Pro instance.