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 clean conda env install sequence to docs/installation.rst #730

Closed
ras44 opened this issue Jan 10, 2024 · 0 comments
Closed

add clean conda env install sequence to docs/installation.rst #730

ras44 opened this issue Jan 10, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ras44
Copy link
Collaborator

ras44 commented Jan 10, 2024

Describe the bug
Add the below conda installation sequence to docs/installation.rst (previously removed from README.md).

causalml/README.md

Lines 112 to 120 in 028c63c

### Create a clean conda environment
```
conda create -n causalml-py38 -y python=3.8
conda activate causalml-py38
conda install -c conda-forge cxx-compiler
conda install python-graphviz
conda install -c conda-forge xorg-libxrender
```

To Reproduce
N/A

Expected behavior
N/A

Screenshots
N/A

Environment (please complete the following information):
N/A

Additional context
N/A

@ras44 ras44 added the bug Something isn't working label Jan 10, 2024
@ras44 ras44 self-assigned this Jan 10, 2024
@ras44 ras44 mentioned this issue Jan 10, 2024
10 tasks
ras44 pushed a commit to ras44/causalml that referenced this issue Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant