aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThéo de la Hogue2022-03-14 23:55:06 +0100
committerThéo de la Hogue2022-03-14 23:55:06 +0100
commit39b2f50bd0e39c006f572e3677a4636a13643ce4 (patch)
treee8bfae2a527aef6fbd954dab46c6143cfc9a25a8 /README.md
parent7d01f4880975d07c034415ebdac169e6ad52e6b5 (diff)
downloadargaze-39b2f50bd0e39c006f572e3677a4636a13643ce4.zip
argaze-39b2f50bd0e39c006f572e3677a4636a13643ce4.tar.gz
argaze-39b2f50bd0e39c006f572e3677a4636a13643ce4.tar.bz2
argaze-39b2f50bd0e39c006f572e3677a4636a13643ce4.tar.xz
Fixing README 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 c4f1292..1897642 100644
--- a/README.md
+++ b/README.md
@@ -7,13 +7,13 @@ _An open-source python toolkit to deal with gaze tracking and analysis in Augmen
In the ArGaze root folder:
'''
- python -m build
+python -m build
'''
Then,
'''
- pip install dist/argaze<VERSION>.whl
+pip install dist/argaze<VERSION>.whl
'''
(Replace <VERSION> by what will be built into dist folder)