Skip to content

Commit d119578

Browse files
committed
Remove PyPI installation reference from user guide
1 parent cf1e7c7 commit d119578

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/source/user_guide.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22

33
## Installation
44

5-
### Using the Python Package Index
5+
### Using GitHub
66

7-
* The most recent version can be installed uing:
8-
9-
`pip install cardioception`
10-
11-
* The current development branch can be installed using:
7+
The current development branch can be installed using:
128

139
`pip install git+https://github.com/embodied-computation-group/Cardioception.git`
1410

11+
This will install the official version maintained by the Embodied Computation Group.
12+
1513
### Set up a conda environment
1614

1715
The task can be installed in a new environment using the `environment.yml` file that you can find at the root of the directory. Using the Anaconda prompt, you can create a new environment with:
@@ -54,7 +52,7 @@ In addition, some function for HTML reports will require:
5452
The version provided here are the ones used when testing and runing cardioception locally, and are often the last ones. For several packages however, older version might also be compatibles.
5553
```
5654

57-
Cardioception will automatically copy the images and sound files necessary to run the task correctly (~ 160 Mo). These files will be removed if you uninstall the package using `pip uninstall cardioception`.
55+
Cardioception will automatically copy the images and sound files necessary to run the task correctly (~ 160 Mo). These files will be removed if you uninstall the package.
5856

5957
## Physiological recording
6058

0 commit comments

Comments
 (0)