You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: automate_repo_creation/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,16 @@
4
4
### Steps to run project
5
5
- Make sure you have python installed along with pip
6
6
- Then `cd automate_repo_creation`
7
-
- Create vitrual environment `python3 -m venv venv` or `virtualenv -p python3 venv` to install required packages or you can install the required pacakges globally wthout creating virtual environment
8
-
- To install required packages: `pip install -r requirements.txt`
9
7
- Create credentials.yaml `touch credentials.yaml` and fill neccessary data with the help of credentials.yaml.example file
10
8
- Provide user access to execute script `chmod u+x script.sh`
11
9
- Finaly run the project: `./script.sh <name_of_repo>`
12
10
13
11
### Note: If you don't have VS code you can comment the last line of `script.sh`
14
12
15
13
### Things needed to run:
16
-
- Github Personal Access Token
14
+
-`PyYaml`
15
+
-`requests`
16
+
-`Github Personal Access Token`
17
17
18
18
### Create github personal access:
19
19
- Go to Github Setting -> Developer Setting -> Personal Access Token -> Generate new token or simply go to this [link](https://github.com/settings/tokens/new)
0 commit comments