Skip to content

Commit 142444a

Browse files
committed
Update README for python3
1 parent 2dd2a73 commit 142444a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Python library for interfacing with Espec North America chambers with P300, SCP-220, Watlow F4T & Watlow F4S/D controllers.
33

44
## Requirements
5-
python 2.7.x
5+
python 3.x
66

77
## Installation
88
```pip install chamberconnectlibrary```
@@ -15,7 +15,7 @@ To ensure that the current version is used uninstall and then reinstall the libr
1515

1616
## Testing
1717

18-
To test run chamberconnectlibrary-test.py(on windows using COM port #3, test script is located in Python2.7\Scripts directory)
18+
To test run chamberconnectlibrary-test.py(on windows using COM port #3, test script is located in Python3.x\Scripts directory)
1919

2020
P300: ```chamberconnectlibrary-test.py Espec Serial \\.\COM3 19200```
2121

@@ -26,4 +26,4 @@ Watlow F4T: ```chamberconnectlibrary-test.py WatlowF4T RTU \\.\COM3 38400```
2626
Watlow F4: ```chamberconnectlibrary-test.py WatlowF4 RTU \\.\COM3 19200```
2727

2828
## Documentation
29-
See [controllerinterface.md](controllerinterface.md)
29+
See [controllerinterface.md](controllerinterface.md)

0 commit comments

Comments
 (0)