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: hermetic_build/library_generation/README.md
+11-17Lines changed: 11 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ configuration file.
8
8
9
9
- OS: Linux
10
10
- Java runtime environment (8 or above)
11
-
- Python (3.11.6 or above)
11
+
- Python (3.12 or above)
12
12
- Docker
13
13
- Git
14
14
@@ -190,27 +190,23 @@ libraries:
190
190
1. Assuming Python 3 is installed, follow official guide from [Python.org](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#create-and-use-virtual-environments) to create a virtual environment.
191
191
The virtual environment can be installed to any folder, usually it is recommended to be installed under the root folder of the project(`sdk-platform-java` in this case).
192
192
2. Assuming the virtual environment is installed under `sdk-platform-java`.
193
-
Run the following command under the root folder of `sdk-platform-java` to install the dependencies of `library_generation`
193
+
Run the following command under the root folder of `sdk-platform-java` to install `library_generation` and its dependencies.
0 commit comments