Skip to content

Commit 9483791

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

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,19 +97,27 @@ 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+
Install [ImageMagick](https://imagemagick.org/script/download.php#windows) and make sure the "Add application to your system path" option is checked.
115+
116+
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.
117+
118+
Debayer can be then installed using PyPi.
112119

120+
`pip install debayer`
113121

114122
## The MIT License
115123
Copyright 2019 Jedediah Smith

0 commit comments

Comments
 (0)