Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ RUN cd /home/sen2cli \
&& . /home/sen2cli/.venv/sen2cli/bin/activate \
&& echo "source /home/sen2cli/.venv/sen2cli/bin/activate" >> /home/sen2cli/.bashrc \
&& pip install wheel \
&& pip install "git+https://github.com/ZGIS/sen2cli.git@${SEN2CLI_VERSION}"
&& pip install "git+https://github.com/Sen2cube-at/sen2cli.git@${SEN2CLI_VERSION}"

CMD . /home/sen2cli/.venv/sen2cli/bin/activate && /bin/bash
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![Python Version: 3.8](https://img.shields.io/badge/Python-3.8-blue.svg)](https://www.github.com/ZGIS/sen2cli)
[![Python Version: 3.8](https://img.shields.io/badge/Python-3.8-blue.svg)](https://www.github.com/Sen2cube-at/sen2cli)
[![License: GNU General Public License 3.0 or later](https://img.shields.io/badge/License-GPLv3+-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

# Sen2Cube.at - Commandline interface
Expand All @@ -12,17 +12,17 @@ Commandline interface for Sen2Cube.at backend.

Install latest commit from `main` in your current Python environment run
```bash
pip install git+https://github.com/ZGIS/sen2cli.git@main
pip install git+https://github.com/Sen2cube-at/sen2cli.git@main
```

You can also specify a version instead of `@main` e.g.
```bash
pip install git+https://github.com/ZGIS/[email protected]
pip install git+https://github.com/Sen2cube-at/[email protected]
```

### 🐳 Docker

Download [`Dockerfile`](https://github.com/ZGIS/sen2cli/blob/main/Dockerfile) from GitHub. To build the image for the
Download [`Dockerfile`](https://github.com/Sen2cube-at/sen2cli/blob/main/Dockerfile) from GitHub. To build the image for the
latest release version run

```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Package meta-data.
NAME = 'sen2cli'
DESCRIPTION = 'Sen2Cube.at commandline interface.'
URL = 'https://github.com/ZGIS/sen2cli'
URL = 'https://github.com/Sen2Cube-at/sen2cli'
EMAIL = '[email protected]'
AUTHOR = 'Sen2Cube.at'
REQUIRES_PYTHON = '>=3.8.0'
Expand Down