Skip to content

Commit c366413

Browse files
author
neil.hamilton
committed
Update README.md to include extra AS108 information
1 parent 8b26c38 commit c366413

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ driver package (see above), the Python installer can be used as follows:
2828

2929
python setup.py install
3030

31+
For using the AS108 you will need to use the following as well:
32+
33+
python setupPicosynth.py install
34+
35+
3136
On macOS and Linux you will either need to use `sudo` with this command, to
3237
install into the system folders, or to install for the current user only you
3338
can use:
@@ -64,7 +69,6 @@ The following drivers and devices are not yet supported:
6469

6570
* `plcm3` - PicoLog CM3 Current Data Logger
6671
* `ps3000` - PicoScope 3204, 3205, 3206, 3223, 3224, 3423 & 3423
67-
* `usbpt104` - PT-104 Platinum Resistance Data Logger
6872

6973
### Dependencies
7074

@@ -77,7 +81,8 @@ examples scripts also use the `matplotlib` plotting library. You can install the
7781
### Driver-agnostic examples
7882

7983
The `anyScopeExamples` folder contains examples in pure python which do the same thing as the C-style examples, but
80-
in a driver-generic way.
84+
in a driver-generic way. These examples are currently not being developed further but are still avaliable to use
85+
and develop futher yourself.
8186

8287
### Python Classes
8388

0 commit comments

Comments
 (0)