Skip to content

Commit dc12e99

Browse files
committed
note changes pt2
1 parent b0794e2 commit dc12e99

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ While using conda, you dont even need to have python 3.11 installed from before.
1616
* *Windows and Linux*: `conda create -n .\virtual_environment\alg4 python=3.11`
1717
When creating with conda, feel free to use pip therafter to install other packages - this is necessary as causal-learn and dowhy are not available on conda.
1818

19-
> [!NOTE]
20-
> It is recommended that you comment out the following packages first in your requirements.txt:
19+
---
20+
**NOTE**
21+
It is recommended that you comment out the following packages first in your requirements.txt:
2122
1. tensorflow:
2223
- tensorboard==2.15.1
2324
- tensorboard-data-server==0.7.2
@@ -34,6 +35,7 @@ When creating with conda, feel free to use pip therafter to install other packag
3435
> Thereafter install tensorflow simply by using: `pip install tensorflow`
3536
3637
> Install pytorch using the official site for [current version](https://pytorch.org/get-started/locally/) or [older versions](https://pytorch.org/get-started/previous-versions/).
38+
---
3739

3840
## How to use:
3941

0 commit comments

Comments
 (0)