Found 2 results for "tag:miniconda"
-
Getting started with Python using Conda
https://www.yanboyang.com/conda/
Introduction This post document is about using Conda to management Python and R language packages (libraries/dependencies), as well as virtual environment. Conda is an open source package management system and environment management system. Conda can quickly installs, runs and updates packages and their dependencies. Conda easily creates, saves, loads and switches between environments on your local computer. It was created for Python programs, but it can package and distribute software for any language.
-
Managing Environments with Miniconda
https://www.chrisatmachine.com/blog/category/python/02-How-to%20use-miniconda
Christian Chiarulli's website