You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/building_the_application_for_your_platform.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,5 +9,6 @@ If you build the application for your platform and want to contribute the build,
9
9
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.
10
10
11
11
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