This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create a virtual environment using conda | |
conda create -n coursera_dl python=2.7 pip | |
# Get the code | |
git clone https://github.com/coursera-dl/coursera.git | |
cd coursera\ | |
# Install the dependencies (using virtual environment) | |
activate coursera_dl | |
pip install -r requirements.txt |
NewerOlder