Skip to content

Commit 0b4205a

Browse files
committed
docs: refer to venv
Signed-off-by: SirRGB <sirrgb@proton.me>
1 parent 54319a7 commit 0b4205a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/building_the_application_for_your_platform.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ If you build the application for your platform and want to contribute the build,
99
Currently development is mainly done on Ubuntu Linux. MacOS, Windows, as well as other Linux distributions like Fedora should also work well. You might need to install additional USB-drivers on Windows.
1010

1111
1. Clone the main branch of this repository
12-
2. Run `make poetry` and `make install` to install poetry to manage python and install the required dependencies like adb, fastboot and heimdall.
13-
3. Run `make app` to start the desktop app from the source.
12+
2. Set up [venv](https://docs.python.org/3/library/venv.html)
13+
3. Run `make poetry` and `make install` to install poetry to manage python and install the required dependencies like adb, fastboot and heimdall.
14+
4. Run `make app` to start the desktop app from the source.

0 commit comments

Comments
 (0)