I figured out how to install and set up Miniconda (lightweight version of Anaconda Distribution) for when I work with Python projects and manage Python packages for those projects. Creating a README file that serves as a reference for Miniconda is very helpful for myself and the others to review what to do to setup Miniconda.
Acceptance Criteria
README contains instructions in separate sections for installing Miniconda, creating a virtual environment with Miniconda in a python-oriented repository, activating the Python virtual environment, deactivating the Python virtual environment, and general workflow tips for using Miniconda effectively for Python-oriented projects!
Should contain instructions for Command Prompt, Window Powershell, and Git Bash
Overview
I figured out how to install and set up Miniconda (lightweight version of Anaconda Distribution) for when I work with Python projects and manage Python packages for those projects. Creating a README file that serves as a reference for Miniconda is very helpful for myself and the others to review what to do to setup Miniconda.
Acceptance Criteria