Skip to content

Commit 840a24b

Browse files
author
Douglas Lassance
committed
Update README.md
1 parent 8421bd5 commit 840a24b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,19 +97,25 @@ On OSX, [Homebrew](https://brew.sh) can easily be used to install the needed dep
9797

9898
Pip can be used to install the python dependencies needed:
9999

100-
`pip install PyYAML`
101-
100+
`pip install debayer`
102101

103102
### Linux
104103
On Fedora Linux, most dependencies can be installed with the package manager.
105104

106105
`dnf install python rawtherapee pip openimageio dcraw exiftool`
107106

108-
`pip install --user PyYAML`
107+
`pip install debayer`
109108

110109
For other distributions I'm assuming it would be pretty straightforward as well...
111110

111+
### Windows
112+
On Windows you will have to download and install [Python](https://www.python.org/downloads). Make sure to you check the option to "Add Python to PATH".
113+
114+
You will also have to install [RawTherapee](https://rawtherapee.com) and [ExifTool](https://exiftool.org). Make sure to edit your Windows environment variables to point to the folders holding these binaries.
115+
116+
Debayer can be then installed using PyPi.
112117

118+
`pip install debayer`
113119

114120
## The MIT License
115121
Copyright 2019 Jedediah Smith

0 commit comments

Comments
 (0)