File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,26 @@ Frequenz Channels are mostly designed after [Go
2020channels] ( https://tour.golang.org/concurrency/2 ) but it also borrows ideas from
2121[ Rust channels] ( https://doc.rust-lang.org/book/ch16-02-message-passing.html ) .
2222
23+ ## Quick Start
24+
25+ We assume you are on a system with Python available. If that is not the case,
26+ please [ download and install Python] ( https://www.python.org/downloads/ ) first.
27+
28+ To install Frequenz Channels, you probably want to create a new virtual
29+ environment first. For example, if you use a ` sh ` compatible shell, you can do
30+ this:
31+
32+ ``` sh
33+ python3 -m venv .venv
34+ . .venv/bin/activate
35+ ```
36+
37+ Then, just install using ` pip ` :
38+
39+ ``` sh
40+ python3 -m pip install frequenz-channels
41+ ```
42+
2343## Contributing
2444
2545If you want to know how to build this project and contribute to it, please
You can’t perform that action at this time.
0 commit comments