Skip to content

Commit

Permalink
No-install option details
Browse files Browse the repository at this point in the history
  • Loading branch information
psychogenic committed Jun 15, 2023
1 parent bac54e9 commit a9e3f79
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,19 @@ inspiration or [get in touch with me](https://psychogenic.com/contact/) with que

## Install

It's a pure Python library, installation is pretty standard.
It's a pure Python library, installation is pretty standard (and optional)


### no install

Just clone the repo and you should be able to run the examples from the directory which contains the `psytestbench` package, e.g.

```
python3 psytestbench/examples/console.py
```

(note, you'll want to edit psytestbench/examples/mylab.py to set the instrument IDs, see HOWTO below)


### from package
Expand Down

0 comments on commit a9e3f79

Please sign in to comment.