@devkong/cli-nx 0.0.65 → 0.0.67-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -113,7 +113,7 @@ npm i -g @devkong/cli@latest
|
|
|
113
113
|
|
|
114
114
|
### Install Python on Windows Host
|
|
115
115
|
|
|
116
|
-
1. Download the Python installer for Windows from the [official Python website](https://www.python.org/downloads/windows/).
|
|
116
|
+
1. Download the Python installer (version >= 3.10) for Windows from the [official Python website](https://www.python.org/downloads/windows/).
|
|
117
117
|
2. Run the installer, making sure to check "Add Python to PATH" during setup.
|
|
118
118
|
3. Verify installation by running:
|
|
119
119
|
```cmd
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
pydantic==2.11.9
|
|
2
|
-
kong-sdk==0.0.
|
|
2
|
+
kong-sdk==0.0.43
|