This project provides a step-by-step guide to setting up a development environment in Windows and WSL. The guide includes instructions on how to create a virtual environment, a list of commonly used git commands, and a list of Linux commands.
The Windows setup guide provides detailed instructions on how to install and configure the required software on a Windows machine. It includes instructions on how to install Python, Git, and other required software, as well as how to create and activate a virtual environment.
The WSL setup guide provides detailed instructions on how to install and configure a development environment using the Windows Subsystem for Linux. It includes instructions on how to install Ubuntu, create and activate a virtual environment, and use the Linux command line.
The Git commands list provides a reference of commonly used Git commands, including instructions on how to clone a repository, make commits, and push changes to a remote repository.
The Linux commands list provides a reference of commonly used Linux commands, including instructions on how to navigate the file system, manipulate files and directories, and manage processes.
Contributions to this project are welcome. If you find an error or have a suggestion for improvement, please open an issue or submit a pull request.