diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2021-05-16 16:59:08 +0200 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2021-05-16 16:59:08 +0200 |
commit | 3fec9751328d66486272166af75b12e729e60015 (patch) | |
tree | b2da6efc4a391f489521989c0a0adea9471ada41 | |
parent | Migrate to GitHub Actions rather than Travis CI. (diff) | |
download | freestyle-hid-3fec9751328d66486272166af75b12e729e60015.tar freestyle-hid-3fec9751328d66486272166af75b12e729e60015.tar.gz freestyle-hid-3fec9751328d66486272166af75b12e729e60015.tar.bz2 freestyle-hid-3fec9751328d66486272166af75b12e729e60015.tar.lz freestyle-hid-3fec9751328d66486272166af75b12e729e60015.tar.xz freestyle-hid-3fec9751328d66486272166af75b12e729e60015.tar.zst freestyle-hid-3fec9751328d66486272166af75b12e729e60015.zip |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ To set up your development environment follow these guidelines: ```shell $ git clone https://github.com/glucometers-tech/freestyle-hid.git -$ cd glucometerutils +$ cd freestyle-hid $ python3 -m venv --python=python3.7 $ . venv/bin/activate $ pip install -e .[dev,tools] |