Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Ziaeemehr/netsci into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziaeemehr committed Aug 22, 2024
2 parents f1b552d + 07d49e2 commit a9a6549
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@
#### 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
git clone https://github.com/Ziaeemehr/netsci.git
cd netsci && pip install .
```


Expand Down

0 comments on commit a9a6549

Please sign in to comment.