Skip to content

Commit b0794e2

Browse files
committed
changes to note 1
1 parent 2abd6fb commit b0794e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ 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+
> [!NOTE]
20+
> It is recommended that you comment out the following packages first in your requirements.txt:
2121
1. tensorflow:
2222
- tensorboard==2.15.1
2323
- tensorboard-data-server==0.7.2
@@ -31,9 +31,9 @@ It is recommended that you comment out the following packages first in your requ
3131
- torchmetrics==1.3.0.post0
3232
- torchvision==0.17.0+cu121
3333

34-
Thereafter install tensorflow simply by using: `pip install tensorflow`
34+
> Thereafter install tensorflow simply by using: `pip install tensorflow`
3535
36-
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/).
36+
> 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/).
3737
3838
## How to use:
3939

0 commit comments

Comments
 (0)