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

Skip to content

Commit 6074eea

Browse files
committed
remove unneccessary step
1 parent 493952a commit 6074eea

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

contributing.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,17 +136,15 @@ We will support Python 3.12 and higher versions soon.
136136
[conda-env]: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-with-commands
137137
[virtualenv]: http://docs.python-guide.org/en/latest/dev/virtualenvs/
138138

139-
### Install requirements - (Non-Windows)
139+
### Install development requirements (Non-Windows)
140140
```bash
141-
(plotly_dev) $ pip install -r packages/python/plotly/requires-install.txt
142141
(plotly_dev) $ pip install -r packages/python/plotly/requires-optional.txt
143142
```
144-
### Install requirements - (Windows + Conda)
143+
### Install development requirements (Windows + Conda)
145144
Because Windows requires Visual Studio libraries to compile some of the optional dependencies, follow these steps to
146145
complete installation and avoid gdal-config errors.
147146

148147
```bash
149-
(plotly_dev) $ pip install -r packages/python/plotly/requires-install.txt
150148
(plotly_dev) $ conda install fiona
151149
(plotly_dev) $ pip install -r packages/python/plotly/requires-optional.txt
152150
```

0 commit comments

Comments
 (0)