mehrotra-prateek / data-analytics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting up development environment

  1. Install Anaconda.
  2. Create working project i.e. data-analytics in this case.
  3. In the project, enable virtual environment for conda.
    1. If starting the project then conda create -n <virtual environment name> python=3.11.7 anaconda
      1. Ensure you create environment.yml config to enable other developerss to use same environment. conda env export > environment.yml
    2. If using an existing project with environment.yml then conda env create -f environment.yml
  4. Install git
  5. Initiate the git repository git init
  6. Create a .gitignore file
  7. Install pre-commit pip install pre-commit
  8. conda activate <virtual environment name>

20/05 - module 0

About

License:MIT License


Languages

Language:Jupyter Notebook 100.0%