Fixed typo. pip install was written twice

This commit is contained in:
Corey
2022-12-17 12:02:01 -05:00
committed by GitHub
parent 713f12295d
commit f09570b79e

View File

@@ -213,7 +213,7 @@
},
"outputs": [],
"source": [
"!pip install -r pip install -r https://raw.githubusercontent.com/huggingface/deep-rl-class/main/notebooks/unit2/requirements-unit2.txt"
"!pip install -r https://raw.githubusercontent.com/huggingface/deep-rl-class/main/notebooks/unit2/requirements-unit2.txt"
]
},
{
@@ -1760,4 +1760,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}