DEV Community

Marvin Ochieng
Marvin Ochieng

Posted on

How to set up resources for my Django journey

1. Introduction
Hi developers, here are the software tools I installed to start my journey in Django.
Below is breakdown of how I got everything working, from VS code to python and Git.

2. Installing Visual Studio Code
I used this link,
https://code.visualstudio.com/
to download my vs code and installed version 3.13.3
Image description

3. How to install python
I used this link,
https://www.anaconda.com/products/distribution
to download anaconda and also did the necessary procedures to install conda 24.11.3

Image description

4. How to install git
I used this link
https://git-scm.com/
to download git and installed
git version 2.49.0

Image description

Generate a new SSH key
ssh-keygen -t ed25519 -C "your_email@example.com"

How to Make Sure the Key Is Private
Run ls -l ~/.ssh/id_ed25519 in the command Prompt

Success !

Top comments (0)