Install ============================================= This guide assumes you already have python and pip installed. To install pytube, run the following command in your terminal:: $ pip install rna-tools Get the Source Code ----------------------------------------------- rna-toos is actively developed on GitHub, where the source is available: You can either clone the public repository:: $ git clone http://github.com/mmagnus/rna-tools.git $ cd rna-tools && pip install -e . or (to install in current ./src/):: pip install -e git+http://github.com/mmagnus/rna-tools.git#egg=rna-tools