Skip to content

Latest commit

 

History

History
144 lines (49 loc) · 2.29 KB

INSTALL.md

File metadata and controls

144 lines (49 loc) · 2.29 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

MAC

Homebrew

This is a package manager for MAC. It assists you in managing and installing other programs. Enter "/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" into the Google search bar to find Homebrew.

MongoDB Install

Run the script below in the terminal to install and configure MongoDB. mongodb install brew

Run the script "mongo —version" to verify that MongoDB is installed.

Windows