Skip to content

Commit e4caefc

Browse files
authored
README LE
1 parent 6dd6680 commit e4caefc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

python-polars/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Python Polars: A Lightning-Fast DataFrame Library
22

3-
Supporting code for the article [Python Polars: A Lightning-Fast DataFrame Library](https://realpython.com/polars-python-lightening-fast-dataframe-library/).
3+
Supporting code for the Real Python tutorial [Python Polars: A Lightning-Fast DataFrame Library](https://realpython.com/polars-python/).
44

55
To run the code in this tutorial, you should have `polars`, `pandas`, `numpy`, `requests`, and `matplotlib` installed in your environment.
66

7-
If you want to install Polars with all of the library's optional dependencies, you can run:
7+
If you want to install Polars with all of the library's optional dependencies, then you can run:
88

99
```console
1010
$ python -m pip install "polars[all]" requests matplotlib
1111
```
1212

13-
Otherwise, you will at least need to include the `pandas` and `numpy` feature flags:
13+
Otherwise, you'll at least need to include the `pandas` and `numpy` feature flags:
1414

1515
```console
1616
$ python -m pip install "polars[numpy, pandas]" requests matplotlib
17-
```
17+
```

0 commit comments

Comments
 (0)