Flask Demo
Last updated
Last updated
Clone this Repo from your laptops.
If you don't have GIT installed, follow these steps. If you already have it, skip to the cloning part
Install Git:
Windows: Download and install Git from
Mac: Install Git using Homebrew by typing brew install git
in the Terminal. If you don't have Homebrew, you can download Git from git-scm.com.
Open Terminal or Command Prompt:
Windows: Open Command Prompt (search for 'cmd' in the Start menu).
Mac: Open Terminal (you can find it using Spotlight with Cmd + Space
and then type "Terminal").
Navigate to the Directory where you want the cloned repository:
Use the cd
command to change directories. For example, cd Documents/Projects
.
Clone the Repository:
Use the command git clone [URL]
.
Replace [URL]
with the URL of the Git repository you want to clone. You can get this URL by going to the repository page on GitHub (or another Git hosting service) and clicking the "Clone or download" button.
After running these commands, you should have a copy of the repository in your specified directory.
Check Git Installation: You can check if Git is installed by typing git --version
in your Command Prompt or Terminal.