- First I opened my terminal, and typed ‘python –version’ to see if my python version was up to date
 
  - Next I checked if VS Code was installed, and I downloaded it from the Teacher’s blog and it showed up on my dock
 
  - Git is a tool used to document changes in code, to make sure it was installed, i typed ‘gir –version’ and it showed 2.41.0, which is good
 
  - Using all these tools I was able to create a repository
 
Linux Commands
  - ls —> list: this command is used to list files and directories in the current directory
 
  - cs —> change directory: this command is used to navigate between directories
 
  - pwd —> print working directory: this command is used to find out the current directory you are in
 
  - mkdir —> Make Directory: this command is used to create a new directly
 
  - rm —> remove: this command is used to dleete files or directories
 
  - cp —> copy: This command is used to copy files or directories from one location to another
 
  - mv —> move: this command allows you to move or rename files and directories