From 77caf0d51267b791d92cf6ad6e3073621ec5140b Mon Sep 17 00:00:00 2001 From: Abolfazl Ziaee mehr Date: Wed, 21 Aug 2024 22:01:40 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 12be152..9b3a209 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,15 @@ #### How to use - using on Colab (Recommended) - - Go to examples - - Open a notebook and click on "open on colab" - - Uncomment the cell with pip install command to install the netsci package. + - Use the following table to open and run the notebooks on **Google Colab**. + - Uncomment the cell with pip install command to install the **netsci** package and all the requirements. - using on local machines ```bash -pip install "git+https://github.com/Ziaeemehr/netsci.git" +pip install "git+https://github.com/Ziaeemehr/netsci.git" +# or clone and install using +pip install . ``` From 07d49e2031a04628a1d3a6c932c4d3832cee0bae Mon Sep 17 00:00:00 2001 From: Abolfazl Ziaee mehr Date: Wed, 21 Aug 2024 22:02:58 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b3a209..4247ae8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ ```bash pip install "git+https://github.com/Ziaeemehr/netsci.git" # or clone and install using -pip install . +git clone https://github.com/Ziaeemehr/netsci.git +cd netsci && pip install . ```