Installing with conda — conda 4.11.0.post11+fb5c95f1 ...
docs.conda.io › projects › condaconda install [packagename] During the install process, files are extracted into the specified environment, defaulting to the current environment if none is specified. Installing the files of a conda package into an environment can be thought of as changing the directory to an environment, and then downloading and extracting the artifact and its dependencies---all with the single conda install [packagename] command.
How to Manage Python Dependencies with Conda - ActiveState
www.activestate.com › resources › quick-readsSep 21, 2021 · Conda is a package, dependency, and environment management tool for Anaconda Python, which is widely used in the scientific community, especially on the Windows platform where the installation of binary extensions can be difficult. Conda helps manage Python dependencies in two primary ways: Allows the creation of environments that isolate each project, thereby preventing dependency conflicts between projects.