Skip to content

Commit cdd8902

Browse files
committed
Fix installation command in documentation to use 'pykaira' instead of 'kaira'
1 parent 345ab5f commit cdd8902

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Install Kaira using pip:
1313

1414
.. code-block:: bash
1515
16-
pip install kaira
16+
pip install pykaira
1717
1818
Basic Usage
1919
-----------

docs/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To start using Kaira, install it via pip:
2323

2424
.. code-block:: bash
2525
26-
pip install kaira
26+
pip install pykaira
2727
2828
For comprehensive installation options, dependencies, and platform-specific instructions,
2929
please refer to our :doc:`installation guide </installation>`.

0 commit comments

Comments
 (0)