summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2020-03-23 17:26:12 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-03-23 17:38:07 +0100
commitb082b42c026bea1efdbd95014dc70c16e12cc80a (patch)
tree627854de70fa30f88df8e90f7dc82bab71944904 /README.md
parentMake HID support a "session" class rather than a base class. (diff)
downloadglucometerutils-b082b42c026bea1efdbd95014dc70c16e12cc80a.tar
glucometerutils-b082b42c026bea1efdbd95014dc70c16e12cc80a.tar.gz
glucometerutils-b082b42c026bea1efdbd95014dc70c16e12cc80a.tar.bz2
glucometerutils-b082b42c026bea1efdbd95014dc70c16e12cc80a.tar.lz
glucometerutils-b082b42c026bea1efdbd95014dc70c16e12cc80a.tar.xz
glucometerutils-b082b42c026bea1efdbd95014dc70c16e12cc80a.tar.zst
glucometerutils-b082b42c026bea1efdbd95014dc70c16e12cc80a.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ac465bb..dd78288 100644
--- a/README.md
+++ b/README.md
@@ -110,7 +110,7 @@ even if they are all from the same manufacturer, will use different
protocols.
If you want to contribute code, please note that the target language
-is Python 3.6, and that the style to follow is for the most part PEP8
+is Python 3.7, and that the style to follow is for the most part PEP8
compatible.
To set up your development environment follow these guidelines:
@@ -118,7 +118,7 @@ To set up your development environment follow these guidelines:
```shell
$ git clone https://github.com/glucometers-tech/glucometerutils.git
$ cd glucometerutils
-$ python3 -m venv --python=python3.6
+$ python3 -m venv --python=python3.7
$ . venv/bin/activate
$ pip install -e .[dev]
$ # If you want to work on a specific driver specify this after dev e.g.