Skip to content

Commit f360b01

Browse files
authored
Update README.md
1 parent d53e855 commit f360b01

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,16 @@
99
- Useful for testing Name/Address fields with random data.
1010

1111
### Installation
12-
- No dependencies required. Just pure Python.
12+
- No dependencies required. Just pure Python v3+
1313

14-
- Simply [download](https://github.com/navchandar/Python-Random-Name-Generator/releases/latest) the repo to your project folder and start using for your development/testing purposes.
14+
- Simply [download](https://github.com/navchandar/Python-Random-Name-Generator/releases/latest) the repo to your project folder or
15+
```bash
16+
git clone https://github.com/navchandar/Python-Random-Name-Generator.git
17+
```
18+
19+
- And start using for your development/testing purposes.
1520

16-
- Please add your suggestions or ideas or data [here](https://github.com/navchandar/Python-Random-Name-Generator/issues).
21+
- Please add your ideas/suggestions or more test data [here](https://github.com/navchandar/Python-Random-Name-Generator/issues).
1722

1823

1924
### Usage

0 commit comments

Comments
 (0)