Skip to content

Commit 4d51dba

Browse files
authored
Update README.md
Updated the README to reflect new pip install option as the primary installation method (replacing local install).
1 parent f125bc6 commit 4d51dba

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Feedback is much appreciated through [issues](https://github.com/DynamicsAndNeur
3636
<hr style="border-top: 3px solid #bbb;">
3737

3838
## Installation 📥
39-
The simplest way to get the _pyspi_ package up and running is to install the package locally using `pip`.
39+
The simplest way to get the _pyspi_ package up and running is to install the package using `pip install`.
4040
For access to the full library of SPIs, the code requires GNU's [Octave](https://octave.org/download) to be installed on your system.
4141

4242
#### 1. Pre-Install Octave (Optional)
@@ -51,17 +51,11 @@ conda create -n pyspi python=3.9.0
5151
Once you have created the environment, activate it using `conda activate pyspi`.
5252

5353
#### 3. Install with _pip_
54-
To install _pyspi_ using a local pip install, download or clone the latest version from the repository:
54+
Using `pip` for [`pyspi`](https://pypi.org/project/pyspi/):
5555
```
56-
git clone https://github.com/DynamicsAndNeuralSystems/pyspi
56+
pip install pyspi
5757
```
5858

59-
Once you have navigated to the main folder (`pyspi`), you can install using:
60-
```
61-
pip install .
62-
```
63-
64-
6559
For a more detailed guide on how to install _pyspi_, as well as how you can use _pyspi_ without first installing Octave,
6660
please see the [full documentation](https://time-series-features.gitbook.io/pyspi/installation/installing-pyspi).
6761
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,

0 commit comments

Comments
 (0)