Skip to content

Commit

Permalink
docs: cleanup installation instructions
Browse files Browse the repository at this point in the history
Closes #71, Closes #73
  • Loading branch information
JorisVincent committed Apr 7, 2023
1 parent 2325ce3 commit 3d49f53
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docs/getting_started/installation.md
Expand Up @@ -3,13 +3,7 @@
:::::{tab-set}

::::{tab-item} pip {fab}`python`
`stimupy` is not (yet) available on PyPI
-- but if it was, one could:

```python
pip install stimupy
```
For now, `pip` can install directly from GitHub (the `main` branch)
`pip` can install `stimupy` directly from GitHub (the `main` branch)

```python
pip install https://github.com/computational-psychology/stimupy/zipball/main
Expand All @@ -35,10 +29,6 @@ pip install https://github.com/computational-psychology/stimupy/archive/9e37617.
:::
::::

::::{tab-item} conda
Surely this must also be possible...
::::


::::{tab-item} source {fab}`github`

Expand Down

0 comments on commit 3d49f53

Please sign in to comment.