Skip to content

Commit c952dcf

Browse files
authored
Update README.md
1 parent e23110c commit c952dcf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@ For detailed information about Polywrap and the WRAP standard, visit our [develo
2727
git clone https://github.com/polywrap/python-client
2828
```
2929

30-
### python ˆ3.10
30+
### `python ˆ3.10`
3131
- Make sure you're running the correct version of python by running:
3232
```
3333
python3 --version
3434
```
35-
> - If you are using a Linux system or WSL, which comes with Python3.8, then you will need to upgrade from Python3.8 to Python3.10 and also fix the `pip` and `distutil` as upgrading to Python3.10 will break them. You may follow [this guide](https://cloudbytes.dev/snippets/upgrade-python-to-latest-version-on-ubuntu-linux) to upgrade.
35+
> If you are using a Linux system or WSL, which comes with Python3.8, then you will need to upgrade from Python3.8 to Python3.10 and also fix the `pip` and `distutil` as upgrading to Python3.10 will break them. You may follow [this guide](https://cloudbytes.dev/snippets/upgrade-python-to-latest-version-on-ubuntu-linux) to upgrade.
3636
37-
### poetry ^1.1.14
37+
### `poetry ^1.1.14`
3838
- To install poetry follow [this guide](https://python-poetry.org/docs/#installation).
3939
- If you are on MacOS then you can install poetry simply with the following homebrew command
4040
```
4141
brew install poetry
4242
```
43-
> - To make sure you're it's installed properly, run `poetry`. Learn more [here](https://python-poetry.org/docs/)
43+
> To make sure you're it's installed properly, run `poetry`. Learn more [here](https://python-poetry.org/docs/)
4444
4545

4646

0 commit comments

Comments
 (0)