Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/python/assets/setupimg1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/python/assets/setupimg2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/python/assets/setupimg3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/python/assets/setupimg4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/python/assets/setupimg5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/python/assets/setupimg6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/python/assets/setupimg7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/python/assets/setupimg8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions docs/python/setup-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Install Python
1. Go to the [Git Website](https://git-scm.com/) and click on download for windows button.

<BrowserWindow url="https://git-scm.com/" bodyStyle={{padding: 0}}>
[![GitHub](./assets/image-1.png)](https://git-scm.com/)
[![GitHub](./assets/setupimg1.png)](https://git-scm.com/)
</BrowserWindow>


Expand All @@ -38,15 +38,15 @@ Install Python

- **Installer:** Get the Installer
<BrowserWindow url="https://git-scm.com/downloads/win" bodyStyle={{padding: 0}}>
[![GitHub](./assets/image-1.png)](https://git-scm.com/downloads/win)
[![GitHub](./assets/setupimg2.png)](https://git-scm.com/downloads/win)
</BrowserWindow>


- **Start Installation:** Open the Installer, upon downloading.


<BrowserWindow url="https://git-scm.com/" bodyStyle={{padding: 0}}>
[![GitHub](./assets/image-1.png)](https://git-scm.com/)
[![GitHub](./assets/setupimg3.png)](https://git-scm.com/)
</BrowserWindow>

- 1. The next screen click next on Public Licence.
Expand All @@ -61,19 +61,19 @@ Install Python
- 1. The next screen click next , make sure the start folder name is Git.
- 2. Next option is to choose the default editor you can use your editor, im using visual studio code. or keep Vim as the default editor


<BrowserWindow url="https://git-scm.com/" bodyStyle={{padding: 0}}>
[![Github](./assets/image-1.png)](https://github.com/sanjay-kv)
</BrowserWindow>
[![GitHub](./assets/setupimg4.png)](https://git-scm.com/)
</BrowserWindow>


### Step 5: Adjusting name of the repo setting in Git

This stage it will ask you to Choose a initial branch in new repository, it would be ideal approach to give the second option, as we move further it gives us flexibility to change the intial branch name , like main master, trunk.


<BrowserWindow url="https://git-scm.com/" bodyStyle={{padding: 0}}>
[![Github](./assets/image-1.png)](https://github.com/sanjay-kv)
<BrowserWindow url="https://git-scm.com/" bodyStyle={{padding: 0}}>
[![Github](./assets/setupimg5.png)](https://github.com/sanjay-kv)
</BrowserWindow>


Expand All @@ -82,7 +82,7 @@ Install Python
This is where we specify the path enviornment of git, just go with the recommened option which is 2.

<BrowserWindow url="https://git-scm.com/" bodyStyle={{padding: 0}}>
[![Github](./assets/image-1.png)](https://github.com/sanjay-kv)
[![Github](./assets/setupimg6.png)](https://github.com/sanjay-kv)
</BrowserWindow>


Expand All @@ -95,7 +95,7 @@ Install Python
7. ``7`` In the Next step Screen it will ask you to enable the expiremental support , choose the both the option and click on Install.

<BrowserWindow url="https://git-scm.com/" bodyStyle={{padding: 0}}>
[![Github](./assets/image-1.png)](https://github.com/sanjay-kv)
[![Github](./assets/setupimg8.png)](https://github.com/sanjay-kv)
</BrowserWindow>

Congratulations! The Git Setup has been finished and now you can launch the GitHub.
Expand Down
Loading