Skip to content

Commit

Permalink
Document installation of development versions
Browse files Browse the repository at this point in the history
  • Loading branch information
treiher committed Dec 27, 2023
1 parent d2dedcb commit 2b5831b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,18 @@

## Installation

The latest release can be installed from [PyPI](https://pypi.org/p/valens).

```
pip install valens
```

The latest development version can be installed from [TestPyPI](https://test.pypi.org/p/valens).

```
pip install --pre --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ valens
```

## Demo Mode

To get a first impression of Valens, the app can be run in demo mode.
Expand Down

0 comments on commit 2b5831b

Please sign in to comment.