Skip to content

Commit

Permalink
Merge branch 'main' of github.com:PeyracheLab/pynapple into main
Browse files Browse the repository at this point in the history
  • Loading branch information
gviejo committed Apr 11, 2022
2 parents b9a694b + 7fb99a4 commit f23b3bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,15 @@ The best way to install pynapple is with pip within a new [conda](https://docs.c

``` {.sourceCode .shell}
$ conda create --name pynapple pip
$ conda activate pynapple
$ pip install pynapple
```

or directly from the source code:

``` {.sourceCode .shell}
$ conda create --name pynapple pip
$ conda activate pynapple
$ # clone the repository
$ git clone https://github.com/PeyracheLab/pynapple.git
$ cd pynapple
Expand All @@ -62,6 +64,7 @@ For spyder users, it is recommended to install spyder after installing pynapple

``` {.sourceCode .shell}
$ conda create --name pynapple pip
$ conda activate pynapple
$ pip install pynapple
$ pip install spyder
$ spyder
Expand Down

0 comments on commit f23b3bd

Please sign in to comment.