Skip to content

Commit

Permalink
Update install ephys link command and package version (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 authored Mar 28, 2023
1 parent 1bc46ce commit 86ed341
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: 'pip'

- name: 📦 Install dependencies
run: pip install -r requirements.txt
run: pip install --use-pep517 -r requirements.txt

- name: 🔨 Build
run: make html
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ephys-link==0.0.11
ephys-link==0.0.12
myst-parser==1.0.0
sphinx==5.3.0
sphinx-rtd-theme==1.2.0
Expand Down
2 changes: 1 addition & 1 deletion source/ephys_link/installation_and_use.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ will not work with the web browser versions of Pinpoint at this time.
Run the following command to install the server:

```bash
pip install ephys-link
pip install --use-pep517 ephys-link
```

## Usage
Expand Down

0 comments on commit 86ed341

Please sign in to comment.