Skip to content

Commit a1d8e59

Browse files
Add instructions
1 parent 85f4056 commit a1d8e59

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
# Python-Requirements-License-Checker
1+
# Python Requirements License Checker
2+
3+
## Instructions
4+
5+
To add the license checker to your project, do the following when your console is located in the root of your project in your local computer:
6+
7+
```bash
8+
git remote add license-checker github.com/Neuraxio/Python-Requirements-License-Checker
9+
git checkout license-checker
10+
git pull origin license-checker license-checker
11+
git checkout master
12+
git merge license-checker
13+
git push origin master
14+
```

0 commit comments

Comments
 (0)