diff --git a/docs/install.rst b/docs/install.rst index 3639a51cd..50115454c 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -38,7 +38,7 @@ Additionally, in order to use the **pipeline infrastructure**, Python 3.4 is required (Python 2 is not supported) and you must install snakemake as well:: - pip install snakemake==3.2 yappi=0.94 + pip install snakemake==3.2.1 yappi=0.94 However, most of the real functionality is encapsulated in the command line tools, which can be used without any of the pipeline infrastructure.