diff --git a/docs/source/install-dev.rst b/docs/source/install-dev.rst index 4e76ed888..c14b75ef6 100644 --- a/docs/source/install-dev.rst +++ b/docs/source/install-dev.rst @@ -9,7 +9,11 @@ You can get rna-tools and install them from the current directory with this pip: This way is better (than ``pip install rna-tools``) if you're going to do some coding in the tools. -You can even first get rna-tools with git and then do:: +You can even first get rna-tools with git:: + + git clone http://github.com/mmagnus/rna-tools.git + +and then do:: $ pip install -e . Obtaining file:///Users/magnus/work/src/rna-tools diff --git a/setup.py b/setup.py index f7e0ecf5f..8ad3ec203 100644 --- a/setup.py +++ b/setup.py @@ -150,6 +150,7 @@ 'numpy', 'biopython', 'progressbar2', + 'csvsort' # keep pip minimal #'sphinx==1.6.7', #'sphinx-argparse==0.1.15',