Skip to content

Commit 3778fa8

Browse files
authored
install via uv (#834)
1 parent 28d7e45 commit 3778fa8

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

docs/installation.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,35 @@ Install ``causalml`` with ``torch`` for ``CEVAE`` from ``PyPI``
5151
pip install causalml[torch]
5252
5353
54+
55+
Install from ``PyPI`` using [`uv`](https://github.com/astral-sh/uv/blob/main/README.md)
56+
---------------------
57+
58+
.. code-block:: bash
59+
60+
uv init myproject
61+
uv venv
62+
source .venv/bin/activate
63+
uv pip install causalml
64+
65+
Install ``causalml`` with ``tensorflow`` for ``DragonNet`` from ``PyPI`` using [`uv`](https://github.com/astral-sh/uv/blob/main/README.md)
66+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
67+
68+
.. code-block:: bash
69+
70+
uv pip install causalml[tf]
71+
72+
Install ``causalml`` with ``torch`` for ``CEVAE`` from ``PyPI`` using [`uv`](https://github.com/astral-sh/uv/blob/main/README.md)
73+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
74+
75+
.. code-block:: bash
76+
77+
uv pip install causalml[torch]
78+
79+
80+
81+
82+
5483
Install from source
5584
-------------------
5685

0 commit comments

Comments
 (0)