Skip to content

Latest commit

 

History

History
76 lines (58 loc) · 4.09 KB

manual.md

File metadata and controls

76 lines (58 loc) · 4.09 KB

Infrastructure Setup Manual (mandatory steps are X)

Do the steps in the following orders to setup the environment:

  • Server Utility Tools zsh and ohmyzsh

    1. Installation of zsh
    2. Installation of ohmyzsh
    3. Installation of zsh autosuggestion
  • Python Environment

    1. Download and install miniconda

    2. Create conda virtual-environment

       conda create --name central python=3.9.15
      
    3. Activate conda environment

       conda activate central
      
    4. Install the followings

       sudo apt install cmake libz-dev
      
    5. For Open-CV to work install:

      sudo apt-get update
      sudo apt-get install ffmpeg libsm6 libxext6  -y
    
  • Project Data Project data are stored in the google bucket ipa-results

  1. Install Gcloud CLI for downloading data.