diff --git a/README.md b/README.md
index 74c403a3..85d2632c 100644
--- a/README.md
+++ b/README.md
@@ -47,21 +47,6 @@ Troubleshooting note 2: on some systems (but rarely), you'll need to add the ``c
Troubleshooting note 3: courtesy of @kschuerholt, here is a [Dockerfile](https://github.com/kschuerholt/pytorch_cuda_opencv_ffcv_docker) that may help with conda-free installation
-### Windows
-* Install opencv4
- * Add `..../opencv/build/x64/vc15/bin` to PATH environment variable
-* Install libjpeg-turbo, download libjpeg-turbo-x.x.x-vc64.exe, not gcc64
- * Add `..../libjpeg-turbo64/bin` to PATH environment variable
-* Install pthread, download last release.zip
- * After unzip, rename Pre-build.2 folder to pthread
- * Open `pthread/include/pthread.h`, and add the code below to the top of the file.
- ```cpp
- #define HAVE_STRUCT_TIMESPEC
- ```
- * Add `..../pthread/dll` to PATH environment variable
-* Install cupy depending on your CUDA Toolkit version.
-* `pip install ffcv`
-
## Citation
If you use FFCV, please cite it as: