From 42dae8b379d2653c65cee832d5fdc6a5454038ae Mon Sep 17 00:00:00 2001 From: Rian Bruggemann Date: Thu, 8 Jun 2023 19:45:41 -0300 Subject: [PATCH] feat: changes at README --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index a12389b..9f43703 100644 --- a/README.md +++ b/README.md @@ -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 ```