Skip to content

Commit

Permalink
Uncommented few necessary lines
Browse files Browse the repository at this point in the history
Signed-off-by: ParthM-GitHub <[email protected]>
  • Loading branch information
ParthM-GitHub committed Feb 21, 2023
1 parent b3c100a commit a58b569
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"metadata": {},
"outputs": [],
"source": [
"# !pip install git+https://github.com/intel/openfl.git\n",
"# !pip install -r https://raw.githubusercontent.com/intel/openfl/develop/openfl-tutorials/experimental/requirements_workflow_interface.txt\n",
"# !pip install matplotlib\n",
"# !pip install torch torchvision\n",
"!pip install git+https://github.com/intel/openfl.git\n",
"!pip install -r https://raw.githubusercontent.com/intel/openfl/develop/openfl-tutorials/experimental/requirements_workflow_interface.txt\n",
"!pip install matplotlib\n",
"!pip install torch torchvision\n",
"\n",
"# # Uncomment this if running in Google Colab\n",
"# import os\n",
Expand Down

0 comments on commit a58b569

Please sign in to comment.