Skip to content

Instantly share code, notes, and snippets.

@swayson
swayson / prep_coursera_dl
Created January 31, 2014 13:21
Shell script for preparation and use of the coursera-dl python script.
# 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