File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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)
145144Because Windows requires Visual Studio libraries to compile some of the optional dependencies, follow these steps to
146145complete 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```
You can’t perform that action at this time.
0 commit comments