Skip to main content

UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.

Use below command to resolve problem pip3 install PyQt5

How to install Python,PIP & Django in Linux OS

 Step - 1 : Open Terminal in computer/laptop

Step -2 : Install Python in your computet/laptop type below command

                 sudo apt-get install python3

Step - 3 : To install "pip" type below command 

                 sudo apt-get install python3-pip

Step -4 : To install "Django" type below command

                 pip3 install django

                 sudo apt-get install python3-django

# To check vesion of Python,pip & Django type below command

1. For python

    python3 --version          (or)  python3   -V

2. For pip

    pip3  --version

           (or)

    pip3  -V

3. For Django

       django-admin --version

Comments

Popular posts from this blog