Skip to content

Commit

Permalink
add requirements.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
annefou committed Aug 15, 2024
1 parent eccb230 commit 8a90eb1
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,19 @@ As mentioned above, the course is openly available on **EOCollege**. However, if

### Prerequisites

- Ensure you have Python 3 installed. We recommend to install first [Mamba](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html) and follow the steps to install Python 3 and all the necessary Python packages.
- Install [Mamba](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html) on your system.
- To install the necessary Python packages (see environment.yml):
- Ensure you have Python 3.11 installed. We recommend to install first [Mamba](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html) and follow the steps to install Python 3.11 and all the necessary Python packages.
- you may want to use [Mamba](https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html) to manage your Python packages and environments on your system. To install the necessary Python packages with mamba (environment.yml):

```bash
mamba env create -f environment.yml
```

- To install the necessary package with pip:

```bash
pip install -r requirements.txt
```

### Supported Environments

This project is compatible with macOS and Linux distributions with Python 3 installed.
Expand Down
21 changes: 21 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
numpy
pandas
matplotlib
seaborn
geopandas
rasterio
xarray
rioxarray
openeo
sentinelhub
leafmap
shapely
h5netcdf
netcdf4
pystac
scikit-learn
rio-stac
jupyter-book
sphinx-exercise
openeo-processes-dask[implementations]
openeo-pg-parser-networkx

0 comments on commit 8a90eb1

Please sign in to comment.