Skip to content

Commit fc89a04

Browse files
author
Patrick Faion
authored
Merge pull request #1990 from pupil-labs/add-windows-git-download
Add notes about installing git to Windows docs
2 parents aec6a18 + 29e8fe8 commit fc89a04

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/dependencies-windows.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ For discussion or questions on Windows head over to our [#pupil Discord channel]
3131
## 7-Zip
3232
Install [7-zip](http://www.7-zip.org/download.html) to extract files.
3333

34+
## Git
35+
Install [Git](https://git-scm.com/download/win) to clone the Pupil source code repository in the end.
36+
37+
**NOTE:** If you run Pupil from source, it needs to be downloaded via git. Downloading only the source code won't work, as Pupil infers its version from the last git tag when not running from bundle.
38+
3439
## Python
3540

3641
You will need a **64 bit version** of Python 3.6, e.g. download [Python 3.6.8](https://www.python.org/ftp/python/3.6.8/python-3.6.8-amd64.exe). If you install any other version, make sure to install the **64 bit version!**

0 commit comments

Comments
 (0)