Skip to content

Commit 6898ee3

Browse files
2 parents becd8ea + 029cfe2 commit 6898ee3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ Collection of useful data science topics along with code and articles in my [dat
55

66
If you want to received updates of these blogs in your mailbox, you can subscribe to [my Medium newsletter](https://khuyentran1476.medium.com/subscribe). To received bite-sized Python and daily data science tips in your mailbox, you can subscribe to [Data Science Simplified](https://mathdatasimplified.com/).
77

8+
## How to Download the Code in This Repository to Your Local Machine
9+
10+
To download the code in this repo, you can simply use git clone
11+
```bash
12+
git clone https://github.com/khuyentran1401/Data-science
13+
```
14+
However, due to the large number of files in this repository, it will take around 5 minutes. To clone in couple of seconds, use [git-lfs](https://git-lfs.github.com/).
15+
```bash
16+
git-lfs clone https://github.com/khuyentran1401/Data-science
17+
```
818
# Contents
919
1. [Data Science Tools](#data-science-tools)
1020
2. [Productive Tools](#productive-tools)

0 commit comments

Comments
 (0)