Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions for Windows install to docs #678

Open
ras44 opened this issue Sep 6, 2023 · 0 comments
Open

Add instructions for Windows install to docs #678

ras44 opened this issue Sep 6, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ras44
Copy link
Collaborator

ras44 commented Sep 6, 2023

Steps to conda/pip install in windows:

image

  • Once installation is complete, open up a Developer Command Prompt (windows button + type "developer command prompt") and execute the command 'cl'. This should produce no errors and produce output similar to:

image

  • now go back to your anaconda powershell prompt and run
git clone https://github.com/uber/causalml.git
cd causalml
pip install .
python setup.py build_ext --inplace
  • This should install the latest causalml code into your conda environment.

Troubleshooting

See additional helpful comments in #665 (comment) for installing with miniconda.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant