Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziaeemehr authored Aug 21, 2024
1 parent 65bd9d1 commit 77caf0d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
```


Expand Down

0 comments on commit 77caf0d

Please sign in to comment.