Skip to content

Installation

First, make sure you have created and activated a Python3.8+ virtual environment.

Then, run

python -m pip install narwhals

Then, if you start the Python REPL and see the following:

>>> import narwhals
>>> narwhals.__version__
'0.9.26'
then installation worked correctly!