Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update Installation
authored
Oct 28, 2019
by
pascal.mouquet_ird.fr
Show whitespace changes
Inline
Side-by-side
Installation.md
View page @
8d3e2708
...
@@ -37,6 +37,13 @@ git clone https://framagit.org/espace-dev/sen2chain.git
...
@@ -37,6 +37,13 @@ git clone https://framagit.org/espace-dev/sen2chain.git
cd sen2chain
cd sen2chain
pip3 install --user -e .
pip3 install --user -e .
```
```
## Updating sen2chain
Go to the install directory, pull last updates from Framagit, and if necessary reinstall Sen2Chain (to get new requirement libraries).
```
cd sen2chain
git pull
pip3 install --user -e .
```
## Configuration
## Configuration
...
...
...
...