From b3e075971e94ffe134a12ad811f08213e23e9350 Mon Sep 17 00:00:00 2001 From: "valentin.emiya" <valentin.emiya@lif.univ-mrs.fr> Date: Thu, 4 Jun 2020 22:00:05 +0200 Subject: [PATCH] update doc --- python/doc/installation.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/python/doc/installation.rst b/python/doc/installation.rst index ae8b1e5..a4eb5b8 100755 --- a/python/doc/installation.rst +++ b/python/doc/installation.rst @@ -48,8 +48,7 @@ Terminal:: Dataset installation -------------------- -Download the data from `this link <https://gitlab.lis-lab -.fr/skmad-suite/tff2020/-/tree/master/data>`_. +Download the data from `this link <https://gitlab.lis-lab.fr/skmad-suite/tff2020/-/archive/master/tff2020-master.zip?path=data>`_. Then run function :py:func:`tffpy.utils.generate_config` in order to create a configuration file and modify it to specify the path to your data folder. @@ -70,7 +69,7 @@ standard version of ``tffpy`` using ``pip``:: Clone the Git repository:: git clone git@gitlab.lis-lab.fr:skmad-suite/tff2020.git - cd tffpy + cd python You may also need to install required packages:: -- GitLab