Skip to content

Commit

Permalink
add new download method
Browse files Browse the repository at this point in the history
  • Loading branch information
manhowong committed Jan 20, 2023
1 parent 7f975c8 commit 7a7ff10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Binary file not shown.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,16 @@ This toolbox is primarily designed to process miniature EPSC (mEPSC) data, thoug
## 3.2 Installation options

### A. Install the Toolbox via MATLAB Add-On Explorer
(Coming Soon)
1. In MATLAB, go to Home Tab > Add-Ons > Get Add-Ons.
2. Search for 'Ephys Analysis Toolbox'
3. On the homepage of this Toolbox, click Add > Add to MATLAB.

### B. Install the Toolbox by installer
(Coming Soon)
1. Download the installer `EphysAnalysisToolbox.mltbx` [here]() or [here]().
1. Download the installer `EphysAnalysisToolbox.mltbx` [here](/EphysAnalysisToolbox.mltbx) or via MATLAB File Exchange.
2. Run the installer.

### C. Use the Toolbox directly without installation
1. Download the entire Toolbox package [here]().
1. Download the entire Toolbox package from [GitHub](https://github.com/manhowong/ephys-analysis-toolbox).
2. Add all folders and subfolders of the package to the MATLAB search path whenever you start a new MATLAB session. You can use the following command:
```
addpath( genpath('path/to/the/package') )
Expand Down

0 comments on commit 7a7ff10

Please sign in to comment.