diff --git a/README.md b/README.md index 7f99225..b147c88 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,11 @@ Jupyter Notebook & Data Associated with my Tutorial video on the Python NumPy Library +add command pip install -r requirements.txt +and will install numpy. +other way:- +you can easily install by typing command +pip install numpy + Video Link: https://youtu.be/GB9ByFAIAH4 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..296d654 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +numpy \ No newline at end of file