Skip to content

Commit

Permalink
feat: changes at README
Browse files Browse the repository at this point in the history
  • Loading branch information
RianBrug committed Jun 8, 2023
1 parent 797f350 commit 42dae8b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,12 @@ To run this project, please ensure that you have the following dependencies inst
- scikit-learn
- torch-geometric

You can install the required packages by running the following command:

```bash
pip install -r requirements.txt
```

## Usage

1. Setup a virtual environment using pyenv (optional but recommended):

```bash
pyenv virtualenv [python-version] gcn
pyenv virtualenv 3.9.4 gcn
pyenv local gcn
```

Expand Down

0 comments on commit 42dae8b

Please sign in to comment.