... | @@ -52,7 +52,7 @@ $ source ./fidle-env/bin/activate |
... | @@ -52,7 +52,7 @@ $ source ./fidle-env/bin/activate |
|
We can now install all the necessary modules in our python environment :
|
|
We can now install all the necessary modules in our python environment :
|
|
|
|
|
|
```plaintext
|
|
```plaintext
|
|
(fidle-env) $ pip install --index-url https://download.pytorch.org/whl/cpu \
|
|
(fidle-env) $ pip install --extra-index-url https://download.pytorch.org/whl/cpu \
|
|
torch \
|
|
torch \
|
|
torchvision \
|
|
torchvision \
|
|
torch-geometric \
|
|
torch-geometric \
|
... | | ... | |