Skip to content

Commit

Permalink
Update tutorial.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jianhuupenn authored Apr 19, 2023
1 parent e7d2aba commit a67402d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ Now you can install the current release of SpaGCN by the following three ways:
```python
pip3 install SpaGCN
#Note: you need to make sure that the pip is for python3,or you can install SpaGCN by
python3 -m pip install SpaGCN
python3 -m pip install SpaGCN==1.2.7
#If you do not have permission (when you get a permission denied error), you can install SpaGCN by
pip3 install --user SpaGCN
pip3 install --user SpaGCN==1.2.7
```
#### 1.2 Github
Download the package from Github and install it locally:
Expand Down

0 comments on commit a67402d

Please sign in to comment.