You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,15 @@ stac-fastapi-eodag combines the capabilities of EODAG and STAC FastAPI to provid
18
18
### Run stac-fastapi-eodag locally
19
19
20
20
#### Prerequisites
21
+
21
22
Make sure you have the required dependencies installed:
22
23
23
24
```shell
24
25
pip install .[server]
25
26
```
26
27
27
28
#### Running the server
29
+
28
30
Once the server is properly set up, you can start it with:
29
31
30
32
```shell
@@ -150,7 +152,6 @@ We would like to express our gratitude to the maintainers and contributors of th
150
152
-[stac-fastapi](https://github.com/stac-utils/stac-fastapi): Thanks to the stac-fastapi team for their implementation of the STAC API spec.
151
153
-[FastAPI](https://github.com/FastAPI/FastAPI): Thanks to the FastAPI team for providing a modern, fast (high-performance) web framework for building APIs.
152
154
153
-
154
155
## License
155
156
156
157
stac-fastapi-eodag is licensed under Apache License v2.0.
0 commit comments