Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a8a5368

Browse files
Merge pull request #46 from Umesh-01/anandxkumar-patch-1
Updated Readme contributing guide
2 parents 97ca5fb + 86f648b commit a8a5368

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

‎README.md‎

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,18 @@ Either you can use CLI or you can use IDE (like PyCharm)
7272

7373
## Installation
7474

75-
Press the Fork button, to save a copy of this repository on your GitHub account
75+
### For Development Version
7676

77-
OR
77+
- Press the Fork button, to save a copy of this repository on your GitHub account
78+
- Clone this repository by typing `git clone https://github.com/<GITHUB-USERNAME>/Python-Assistant.git` command in git bash
79+
- Create a New branch using `git branch new-branch` and move into the new branch using `git checkout new-branch`
80+
- Before pushing code to repository makes sure to pull the latest remote repository by `git remote add upstream https://github.com/Umesh-01/Python-Assistant.git` and `git pull upstream main`, and resolve any merge conflict if exists
7881

82+
### For Non-Development Version
83+
Clone this repository by typing git clone `https://github.com/Umesh-01/Python-Assistant.git` command in git bash<br>
84+
`OR` <br>
7985
Download this repository by clicking on Download ZIP inside the Code button
8086

81-
OR
82-
83-
Clone this repository by typing `git clone https://github.com/Umesh-01/Python-Assistant.git` command in git bash
84-
8587

8688
## Contributing
8789

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /