Skip to content

Commit

Permalink
user-guide: make note on Python for Windows in contrib and...
Browse files Browse the repository at this point in the history
correction in remote cmd ref
  • Loading branch information
jorgeorpinel committed Mar 31, 2020
1 parent bfb2b17 commit f7f1d9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions content/docs/command-reference/remote/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ more details.
> include them all. The command should look like this: `pip install "dvc[s3]"`.
> (This example installs `boto3` library along with DVC to support S3 storage.)
Using DVC with a remote data storage is optional. By default, DVC is configured
to use a local data storage only (usually the `.dvc/cache` directory). This
enables basic DVC usage scenarios out of the box.
Using DVC with remote storage is optional. Most DVC commands use the local cache
(usually in dir `.dvc/cache`) as data storage only. This enables basic DVC usage
scenarios out of the box.

[Add](/doc/command-reference/remote/add),
[default](/doc/command-reference/remote/default),
Expand Down
5 changes: 4 additions & 1 deletion content/docs/user-guide/contributing/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ $ git clone [email protected]:<username>/dvc.git

Make sure that you have Python 3 installed. Version 3.6 or higher is required to
run style checkers on pre-commit. On MacOS, we recommend using `brew` to install
Python.
Python. For Windows, we recommend an official
[python.org release](https://www.python.org/downloads/windows/) (not from the
Microsoft Store), and to remove the default
[app execution aliases](https://superuser.com/a/1461471/290071).

Install DVC in editable mode with `pip install -e ".[all,tests]"`. But before we
do that, we **strongly** recommend creating a
Expand Down

0 comments on commit f7f1d9a

Please sign in to comment.