install_sympy {caracas} | R Documentation |
Install 'SymPy'
Description
Install the 'SymPy' Python package into a virtual environment or Conda environment.
Usage
install_sympy(method = "auto", conda = "auto")
Arguments
method |
Installation method. By default, "auto" automatically finds a method that will work in the local environment. Change the default to force a specific installation method. Note that the "virtualenv" method is not available on Windows. |
conda |
Path to conda executable (or "auto" to find conda using the PATH and other conventional install locations). |
Value
None
[Package caracas version 2.1.1 Index]