aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThéo de la Hogue2022-03-15 00:03:26 +0100
committerThéo de la Hogue2022-03-15 00:03:26 +0100
commit67373395870d4b29e17d7e4267a9789ff82e36d1 (patch)
tree18d575d40e1e4210d7951552fa255a52f19d054a /README.md
parent9e78dc2c46f0f83937e75007372d091029977221 (diff)
downloadargaze-67373395870d4b29e17d7e4267a9789ff82e36d1.zip
argaze-67373395870d4b29e17d7e4267a9789ff82e36d1.tar.gz
argaze-67373395870d4b29e17d7e4267a9789ff82e36d1.tar.bz2
argaze-67373395870d4b29e17d7e4267a9789ff82e36d1.tar.xz
Removing useless console keyword in markdown syntax
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 a7fcfc8..fdcfae3 100644
--- a/README.md
+++ b/README.md
@@ -6,13 +6,13 @@ _An open-source python toolkit to deal with gaze tracking and analysis in Augmen
In the ArGaze root folder:
-```console
+```
python -m build
```
Then,
-```console
+```
pip install dist/argaze<VERSION>.whl
```