Skip to content

Commit

Permalink
Merge pull request #15 from port-labs/MPTG94-patch-1
Browse files Browse the repository at this point in the history
Update README.md for users with python 3.12
  • Loading branch information
MPTG94 authored Dec 25, 2024
2 parents a41df61 + 68cd82e commit c01bba1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ To use this library, you must have `node-gyp` installed on your system. and the
sudo apt-get install -y autoconf make libtool automake
```
4. If the main `python` version used by your system is `3.12` or higher, you will also need to make sure you have `setuptools` installed (see [here](https://stackoverflow.com/a/77638742/4259027)):
```
python3 -m pip install setuptools
```
## Installation
```
Expand Down Expand Up @@ -72,4 +77,4 @@ Pull requests are welcome. For major changes, please open an issue first to disc
Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)
[MIT](https://choosealicense.com/licenses/mit/)

0 comments on commit c01bba1

Please sign in to comment.