Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.. SPDX-FileCopyrightText: Copyright © 2023 Idiap Research Institute <contact@idiap.ch>
..
.. SPDX-License-Identifier: GPL-3.0-or-later
.. _ptbench.install:
==============
Installation
==============
.. todo:: fine-tune installation instructions for ptbench here
We support two installation modes, through pip_, or mamba_ (conda).
With pip
--------
.. code-block:: sh
# stable, from PyPI:
$ pip install ptbench
# latest beta, from GitLab package registry:
$ pip install --pre --index-url https://gitlab.idiap.ch/api/v4/groups/biosignal/software/-/packages/pypi/simple --extra-index-url https://pypi.org/simple ptbench
.. tip::
To avoid long command-lines you may configure pip to define the indexes and
package search priorities as you like.
With conda
----------
.. code-block:: sh
# stable:
$ mamba install -c https://www.idiap.ch/software/biosignal/software/conda -c conda-forge ptbench
# latest beta:
$ mamba install -c https://www.idiap.ch/software/biosignal/software/conda/label/beta -c conda-forge ptbench
.. include:: links.rst