
    $TXg]                     V    d Z ddlmZmZ ddlmZ  ej                  ddd       dZd	Zy
)zDEPRECATED: Use `conda.cli.main_env_create` instead.

CLI implementation for `conda-env create`.

Creates new conda environments with the specified packages.
    )configure_parserexecute)
deprecatedz24.9z25.3z(Use `conda.cli.main_env_create` instead.)addenduma  
Create an environment based on an environment definition file.

If using an environment.yml file (the default), you can name the
environment in the first line of the file with 'name: envname' or
you can specify the environment name in the CLI command using the
-n/--name argument. The name specified in the CLI will override
the name specified in the environment.yml file.

Unless you are in the directory containing the environment definition
file, use -f to specify the file path of the environment definition
file you want to use.
a  
examples:
    conda env create
    conda env create -n envname
    conda env create folder/envname
    conda env create -f /path/to/environment.yml
    conda env create -f /path/to/requirements.txt -n envname
    conda env create -f /path/to/requirements.txt -p /home/user/envname
N)	__doc__conda.cli.main_env_creater   r   conda.deprecationsr   moduledescriptionexample     9lib/python3.12/site-packages/conda_env/cli/main_create.py<module>r      s6    @ ) 
  &&+U Vr   