Skip to content

Commit

Permalink
readme: add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein authored Apr 4, 2019
1 parent a21ee29 commit 0fc4630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,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
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``, ``ssh``. Or ``all_remotes`` 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.
Expand Down

0 comments on commit 0fc4630

Please sign in to comment.