You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,28 +36,23 @@ Feedback is much appreciated through [issues](https://github.com/DynamicsAndNeur
36
36
<hrstyle="border-top: 3pxsolid#bbb;">
37
37
38
38
## Installation 📥
39
-
The simplest way to get the _pyspi_ package up and running is to install the package using `pip install`.
40
-
For access to the full library of SPIs, the code requires GNU's [Octave](https://octave.org/download) to be installed on your system.
39
+
The simplest way to get the _pyspi_ package up and running is to install the package using `pip install`.
41
40
42
-
#### 1. Pre-Install Octave (Optional)
43
-
While you can safely install _pyspi_ without first installing `Octave`, you will not have access to the full library of SPIs
44
-
45
-
#### 2. Create a conda environment (Optional, Recommended)
41
+
#### 1. Create a conda environment (Optional, Recommended)
46
42
While you can also install _pyspi_ outside of a conda environment, it depends on a lot of user packages that may make managing dependencies quite difficult.
47
43
So, we would also recommend installing pyspi in a conda environment. Firstly, create a fresh conda environment:
48
44
```
49
45
conda create -n pyspi python=3.9.0
50
46
```
51
47
Once you have created the environment, activate it using `conda activate pyspi`.
52
48
53
-
#### 3. Install with _pip_
49
+
#### 2. Install with _pip_
54
50
Using `pip` for [`pyspi`](https://pypi.org/project/pyspi/):
55
51
```
56
52
pip install pyspi
57
53
```
58
54
59
-
For a more detailed guide on how to install _pyspi_, as well as how you can use _pyspi_ without first installing Octave,
60
-
please see the [full documentation](https://time-series-features.gitbook.io/pyspi/installation/installing-pyspi).
55
+
For a more detailed guide on how to install _pyspi_, please see the [full documentation](https://time-series-features.gitbook.io/pyspi/installation/installing-pyspi).
61
56
Additionally, we provide a comprehensive [troubleshooting guide](https://time-series-features.gitbook.io/pyspi/installation/troubleshooting) for users who encounter issues installing _pyspi_ on their system,
62
57
as well as [alternative installation options](https://time-series-features.gitbook.io/pyspi/installation/alternative-installation-options).
0 commit comments