From 4d267ef7424e6b87ed0bc9a6c69544c0f5fdb90c Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Wed, 21 Aug 2019 13:37:44 +0300 Subject: [PATCH] readme: fix incorrect installation instructions --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4b2f75ccb8..52ca32a717 100644 --- a/README.rst +++ b/README.rst @@ -115,7 +115,7 @@ pip (PyPI) pip install dvc Depending on the remote storage type you plan to use to keep and share your data, you might need to specify -one of the optional dependencies: ``s3``, ``gs``, ``azure``, ``oss``, ``ssh``. Or ``all_remotes`` to include them all. +one of the optional dependencies: ``s3``, ``gs``, ``azure``, ``oss``, ``ssh``. Or ``all`` to include them all. The command should look like this: ``pip install dvc[s3]`` - it installs the ``boto3`` library along with DVC to support the AWS S3 storage.