How to install Pytorch on Windows Linux and Mac

Опубликовано: 19 Февраль 2026
на канале: All About Artificial intelligence
406
4

Installation of Pytorch on Window Linux and Mac


Link for python downloadable file: https://www.python.org/


Real Time Face Attendance system in python:    • Real Time Face Attendance system in python  

To watch face detection video:    • Face detection using python for beginner  ​


How to install opencv in window 10:    • How to install opencv in window 10  ​

How to Open Jupyter notebook from Anaconda Prompt and two more way:
   • How to Open Jupyter notebook from Anaconda...  ​



First of all, create environment

$ conda create -n name_of_my_env python
This will create a minimal environment with only Python installed in it. To put yourself inside this environment run:
$ source activate name_of_my_env
On Windows the command is:
$ activate name_of_my_env
The final step required is to install pandas. This can be done with the following command:
$ conda install pandas
To install a specific pandas version:

$ conda install pandas=0.20.3
For window
pip install pandas
or

pip3 install pandas


How to Installing Python on Windows 10:    • How to Installing Python on Windows 10  

Link for python downloadable file: https://www.python.org/
Real Time Face Attendance system in python:    • Real Time Face Attendance system in python  
To watch face detection video:    • Face detection using python for beginner  ​
How to install opencv in window 10:    • How to install opencv in window 10  ​
How to Open Jupyter notebook from Anaconda Prompt and two more way:
   • How to Open Jupyter notebook from Anaconda...  ​
Coursera Robotics Aerial Robotics Week 1 Quiz Solution:    • Coursera Robotics Aerial Robotics Week 1 Q...  ​


#Coursera​​​ #Robotics​​​ #Aerial​​​ #drone​​​ #quiz​​​ #pip​​ #python​​ #Jupyternotebook​​​ #Anaconda​​​ Prompt#python​​​ #AnacondaNavigator​​​ #Anaconda​​​ #pythonbeginner​​​ #conda​​​ #commandprom