Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ Although the installation includes PyTorch, the best and recommended way is to f
Once, you have got Pytorch installed, just use:

```bash
pip install -U pytorch_tabular[extra]
pip install -U pytorch_tabular[extra]
```

to install the complete library with extra dependencies (Weights&Biases & Plotly).

And :

```bash
pip install -U pytorch_tabular
pip install -U pytorch_tabular
```

for the bare essentials.
Expand Down
4 changes: 2 additions & 2 deletions docs/gs_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Once, you have got PyTorch installed and working, just use:

```bash
pip install pytorch_tabular[extra]
pip install "pytorch_tabular[extra]"
```

to install the complete library with extra dependencies:
Expand All @@ -17,7 +17,7 @@ to install the complete library with extra dependencies:
And :

``` bash
pip install pytorch_tabular
pip install "pytorch_tabular"
```

for the bare essentials.
Expand Down