Project Docs
  • 👋Welcome to End2End Data Science Project Documentation
  • About us
    • 💡Who we are
  • Project Guides
    • 📪Project Pipeline Overview
    • 📎Understanding Projects
  • Fundamentals
    • 🛠️Getting started
      • 💻Step 1: Github
        • Working with Git & Github
          • Setting up your repository & project
          • Git Branching
          • Push & Pull
          • Pull Request
        • Resources
        • Exercise
      • 💻Step 2: Python Setup
      • 💻Step 3: Conda Environment
        • Working with Conda Environment
        • Resources
      • 💻Step 4: MySQL, Postgres & Oracle DB
        • Quick review on SQL
        • Exercises (Under development)
      • 💻Step 5: Project Setup
      • 💻Step 6: AWS & GCP
        • Automation
      • 📉Step 7: Final Presentation
      • 🚀Step 8: Docker
        • Creating Docker Image
        • Useful Docker commands
  • 📔Interesting articles
    • Data Engineering
    • Data Science
    • ML & MLOps
  • 📔Resources
Powered by GitBook
On this page
  1. Fundamentals
  2. Getting started

Step 3: Conda Environment

PreviousStep 2: Python SetupNextWorking with Conda Environment

Last updated 11 months ago

Environment management systems for Python

We will be using Conda as our environment system for python. Conda is an open source package and environment management system that runs on Windows, Mac OS and Linux. Conda as a package manager helps you find and install packages

Follow this link for installation on your operating system:

If you are new to working with environment, see on how to work with environments.

🛠️
💻
https://docs.conda.io/projects/conda/en/latest/user-guide/install/macos.html
examples