You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,19 @@
3
3
4
4
## pylibjpeg
5
5
6
-
A Python wrapper for Thomas Richter's
6
+
A Python 3.6+ wrapper for Thomas Richter's
7
7
[libjpeg](https://github.com/thorfdbg/libjpeg), with a focus on providing JPEG
8
8
support for [pydicom](https://github.com/pydicom/pydicom).
9
9
10
+
Linux, OSX and Windows are all supported.
10
11
11
12
### Installation
12
13
#### Installing the development version
14
+
15
+
Make sure [Python](https://www.python.org/) and [Git](https://git-scm.com/) are installed. For Windows, you also need to install the [Microsoft's C++ Build Tools](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16).
0 commit comments