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
3232
3333Thank you for your continued support and feedback!
3434
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+
3542
3643Installation
3744------------
@@ -42,10 +49,14 @@ To install the SDK, run the following command:
4249pip install catalystwan==2.0.0a0
4350```
4451
45- Supported Python Versions
46- -------------------------
52+ To manually install the necessary Python packages in editable mode, you can use the ` pip install -e ` command.
4753
48- Python >= 3.8
54+ ``` bash
55+ pip install -e ./packages/catalystwan-types \
56+ -e ./packages/catalystwan-core \
57+ -e ./versions/catalystwan-v20_15 \
58+ -e ./versions/catalystwan-v20_16
59+ ```
4960
5061
5162Getting Started
You can’t perform that action at this time.
0 commit comments