Skip to content

Commit

Permalink
📝 Add Known Issue regarding escape sequence warnings in python 3.12. …
Browse files Browse the repository at this point in the history
…Change install instructions to use 3.11
  • Loading branch information
user committed Nov 22, 2024
1 parent 422fe90 commit f8538b8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ A CLI app for interacting with Aruba Central Cloud Management Platform. With cro
![centralcli Animated Demo](https://raw.githubusercontent.com/Pack3tL0ss/central-api-cli/master/docs/img/cencli-demo.gif)

## Known Issues
When running with Python 3.12 it's possible to see a number of SyntaxWarning messages regarding "invaslid escape sequence". This is due to a change in behavior in 3.12. This will be resolved in an upcoming release. The warnings do not impact functionality.

## Features

- Cross Platform Support
Expand Down Expand Up @@ -51,8 +54,8 @@ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | ie

#### Install `centralcli` via `uv`
```bash
# install centralcli (will also quickly install Python 3.12 if needed)
uv tool install --python 3.12 centralcli
# install centralcli (will also quickly install Python 3.11 if needed)
uv tool install --python 3.11 centralcli
```

Then to Upgrade `centralcli`
Expand Down

0 comments on commit f8538b8

Please sign in to comment.