File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,13 @@ We appreciate your understanding and cooperation as we continue to enhance the C
32
32
33
33
Thank you for your continued support and feedback!
34
34
35
+ Supported Python Versions
36
+ -------------------------
37
+
38
+ Python >= 3.8
39
+
40
+ > If you don't have a specific version, you can just use [ Pyenv] ( https://github.com/pyenv/pyenv ) to manage Python versions.
41
+
35
42
36
43
Installation
37
44
------------
@@ -42,10 +49,14 @@ To install the SDK, run the following command:
42
49
pip install catalystwan==2.0.0a0
43
50
```
44
51
45
- Supported Python Versions
46
- -------------------------
52
+ ** Manual Installation of Python Packages**
47
53
48
- Python >= 3.8
54
+ To manually install the necessary Python packages in editable mode, you can use the ` pip install -e ` command.
55
+
56
+ pip install -e ./packages/catalystwan-types \
57
+ -e ./packages/catalystwan-core \
58
+ -e ./versions/catalystwan-v20_15 \
59
+ -e ./versions/catalystwan-v20_16
49
60
50
61
51
62
Getting Started
You can’t perform that action at this time.
0 commit comments