Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cec283f

Browse files
authored
Update SETUP.md
1 parent 66b5dd9 commit cec283f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SETUP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you're on Windows, look for a newly installed program called "Anaconda Prompt
3535

3636
In either the Windows or the Mac version of the console, type the following command, press `Enter`, and follow the prompts to install `plotly`.
3737
```
38-
conda install -c plotly plotly=4.9.0
38+
conda install -c plotly plotly
3939
```
4040

4141
<a id="navigator_test"></a>
@@ -67,7 +67,7 @@ If you're on Windows, look for a newly installed program called "Anaconda Prompt
6767
In either the Windows or the Mac version of the console, type the following command, press `Enter`, and follow the prompts to install the additional libraries you'll need for the workshop:
6868

6969
```
70-
conda install -c conda-forge -c plotly notebook numpy pandas matplotlib seaborn ipywidgets plotly=4.9.0
70+
conda install -c conda-forge -c plotly notebook numpy pandas matplotlib seaborn ipywidgets plotly
7171
```
7272

7373
<a id="test"></a>

0 commit comments

Comments
 (0)