Skip to content

Commit

Permalink
Merge pull request #239 from zowe/t1m0thyj-patch-1
Browse files Browse the repository at this point in the history
Update pip install commands in README.md
  • Loading branch information
t1m0thyj authored Dec 1, 2023
2 parents 8c8882f + 76fd447 commit ccd87be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ Alternatively, you can choose to install only a single subpackage for a smaller
To install all Zowe SDK packages using pip:

```
pip install zowe
pip install -U --pre zowe
```

Or, to install a subpackage using pip:

```
pip install zowe.<subpackage>_for_zowe_sdk
pip install -U --pre zowe.<subpackage>_for_zowe_sdk
```

For more information on the available sub-packages click [HERE](https://zowe-client-python-sdk.readthedocs.io/en/latest/packages/packages.html)
Expand Down Expand Up @@ -59,7 +59,7 @@ urllib3
It also has an optional dependency on the Zowe Secrets SDK for storing client secrets which can be installed with the `secrets` extra:

```
pip install zowe.core-for-zowe-sdk[secrets]
pip install -U --pre zowe.core-for-zowe-sdk[secrets]
```

### Developer setup
Expand Down

0 comments on commit ccd87be

Please sign in to comment.