From c8be8b50c4b9eb0f95940114a9c11d45c2928508 Mon Sep 17 00:00:00 2001 From: Rodrigo Amaducci Date: Thu, 17 Feb 2022 13:45:41 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 444e99e..ddd6b38 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ For Linux: 1. Copy the `CNNRippleDetectorOEPlugin.so` file to Open Ephys `plugins` folder. 2. Download Tensorflow 2.3.0 libraries into `CNNRippleDetectorOEPlugin/libs/bin/x64`. You need to extract the content of the `lib` folder from this [TAR file](https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-2.3.0.tar.gz). -For Windows: +For Windows (default path for plugins: `C:\ProgramData\Open Ephys`): 1. Copy the `CNNRippleDetectorOEPlugin.dll` file to Open Ephys `plugins` folder. 2. Download Tensorflow 2.3.0 libraries into Open Ephys `shared` folder. You need to extract the `.dll` file from the `lib` folder from this [ZIP file](https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-windows-x86_64-2.3.0.zip).