File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3030 run : |
3131 python -m pip install --upgrade pip
3232 python -m pip install src/titiler/core src/titiler/extensions["cogeo,stac"] src/titiler/mosaic src/titiler/application
33- python -m pip install -r requirements/requirement -docs.txt
33+ python -m pip install -r requirements/requirements -docs.txt
3434
3535
3636 - name : Deploy docs
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ python -m pytest src/titiler/application --cov=titiler.application --cov-report=
4747``` bash
4848git clone https://github.com/developmentseed/titiler.git
4949cd titiler
50- python -m pip install -r requirements/requirement -docs.txt
50+ python -m pip install -r requirements/requirements -docs.txt
5151```
5252
5353Hot-reloading docs:
You can’t perform that action at this time.
0 commit comments