Skip to content

Latest commit

 

History

History
140 lines (42 loc) · 1.93 KB

INSTALL.md

File metadata and controls

140 lines (42 loc) · 1.93 KB

Installing Python 3.10.6

This document gives the instructions to install Python 3.10.6 document.

All OS (Linux, Mac and Windows)

1. Mac OS

Download Python 3.10.6 for Mac OS.

2. Windows

Download exe for python 3.10.6 for windows.

Python 3.10.6 cannot be used on windows 7 or earlier

Open the .exe Installer.

Answer few questions.

  • Press Enter to review the license.

  • press Enter.

  • Set an installation path and press Enter.

  • Congratulations! Python 3.10.6 is installed.

3. Linux

  • Open command terminal

  • Install required dependency

    
     sudo apt install software-properties-common -y
    
    
  • Install python 3.10.6

    
     sudo apt install python3.10.6
    
    

Installing Visual Studio Code

All OS (Linux, Mac and Windows)

1. Mac OS

2. Windows

3. Linux

  • Installing using GUI, open Ubuntu software center.

  • Click search button and search for vscode.

  • Install it, you will be able to see it installed in applications after some time.

4. MongoDB

  • Download the MongoDB MSI Installer Package

  • Install MongoDB with the Installation Wizard and make sure you are logged in as a user with Admin privileges.

  • If not given any location, VS code will be installed in programs folder of C drive.