Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 320 Bytes

installation.md

File metadata and controls

21 lines (11 loc) · 320 Bytes

Ubuntu Installation

  1. By default Ubuntu comes with Python3,

  2. Check the version of python

     python3 --version
    

Install PIP in ubuntu

  1. Update Ubuntu OS

     sudo apt update
    
  2. Install pip

     sudo apt install python3-pip
    
  3. Install requirements from files

     pip3 install -r requirements.txt