Skip to content

Commit c51cf73

Browse files
committed
Updated README.md
1 parent c7e23ea commit c51cf73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

automate_repo_creation/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
### Steps to run project
55
- Make sure you have python installed along with pip
66
- 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`
97
- Create credentials.yaml `touch credentials.yaml` and fill neccessary data with the help of credentials.yaml.example file
108
- Provide user access to execute script `chmod u+x script.sh`
119
- Finaly run the project: `./script.sh <name_of_repo>`
1210

1311
### Note: If you don't have VS code you can comment the last line of `script.sh`
1412

1513
### Things needed to run:
16-
- Github Personal Access Token
14+
- `PyYaml`
15+
- `requests`
16+
- `Github Personal Access Token`
1717

1818
### Create github personal access:
1919
- 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

Comments
 (0)