Skip to content

Commit

Permalink
remove some colons, add Windows link
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandrmgservices committed Dec 8, 2023
1 parent 4b81be0 commit 178bb24
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Installation with ``conda`` is recommended.

``conda`` environment files for Python 3.7, 3.8 and 3.9 are available in the repository. To use models under the ``inference.tf`` module (e.g. ``DragonNet``), additional dependency of ``tensorflow`` is required. For detailed instructions, see below.

Install using ``conda``:
------------------------
Install using ``conda``
-----------------------

Install ``conda`` with:
^^^^^^^^^^^^^^^^^^^^^^^
Install ``conda``
^^^^^^^^^^^^^^^^^

.. code-block:: bash
Expand Down Expand Up @@ -52,24 +52,24 @@ Install ``causalml`` with ``tensorflow``
conda activate causalml-tf-py38
pip install -U numpy # this step is necessary to fix [#338](https://github.com/uber/causalml/issues/338)
Install from ``PyPI``:
----------------------
Install from ``PyPI``
---------------------

.. code-block:: bash
pip install causalml
Install ``causalml`` with ``tensorflow`` from ``PyPI``:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Install ``causalml`` with ``tensorflow`` from ``PyPI``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. code-block:: bash
pip install causalml[tf]
pip install -U numpy # this step is necessary to fix [#338](https://github.com/uber/causalml/issues/338)
Install from source:
--------------------
Install from source
-------------------

Create a clean ``conda`` environment.

Expand All @@ -94,3 +94,11 @@ with ``tensorflow``:
.. code-block:: bash
pip install .[tf]
Windows
-------

See content in https://github.com/uber/causalml/issues/678


0 comments on commit 178bb24

Please sign in to comment.