Skip to content

Commit

Permalink
Update README.md (#410)
Browse files Browse the repository at this point in the history
* Update README.md

add `""` to pip install to avoid `zsh: no matches found`

* Update gs_installation.md

update Doc
  • Loading branch information
HernandoR authored Mar 9, 2024
1 parent da20ed3 commit 447e735
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 447e735

Please sign in to comment.