File tree 1 file changed +2
-4
lines changed
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.
136
136
[ conda-env ] : https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-with-commands
137
137
[ virtualenv ] : http://docs.python-guide.org/en/latest/dev/virtualenvs/
138
138
139
- ### Install requirements - (Non-Windows)
139
+ ### Install development requirements (Non-Windows)
140
140
``` bash
141
- (plotly_dev) $ pip install -r packages/python/plotly/requires-install.txt
142
141
(plotly_dev) $ pip install -r packages/python/plotly/requires-optional.txt
143
142
```
144
- ### Install requirements - (Windows + Conda)
143
+ ### Install development requirements (Windows + Conda)
145
144
Because Windows requires Visual Studio libraries to compile some of the optional dependencies, follow these steps to
146
145
complete installation and avoid gdal-config errors.
147
146
148
147
``` bash
149
- (plotly_dev) $ pip install -r packages/python/plotly/requires-install.txt
150
148
(plotly_dev) $ conda install fiona
151
149
(plotly_dev) $ pip install -r packages/python/plotly/requires-optional.txt
152
150
```
You can’t perform that action at this time.
0 commit comments