-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
user-guide: make note on Python for Windows in contrib and...
correction in remote cmd ref
- Loading branch information
1 parent
bfb2b17
commit f7f1d9a
Showing
2 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|