Skip to content

Commit f7e48e0

Browse files
committed
Update README
1 parent 02b36e8 commit f7e48e0

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ We appreciate your understanding and cooperation as we continue to enhance the C
3232

3333
Thank 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

3643
Installation
3744
------------
@@ -42,10 +49,14 @@ To install the SDK, run the following command:
4249
pip install catalystwan==2.0.0a0
4350
```
4451

45-
Supported Python Versions
46-
-------------------------
52+
**Manual Installation of Python Packages**
4753

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
4960

5061

5162
Getting Started

0 commit comments

Comments
 (0)