Commit 1d4d2fa3 authored by rdecoupe's avatar rdecoupe
Browse files

fix typo in readme (python-requirements

No related merge requests found
Showing with 4 additions and 1 deletion
+4 -1
...@@ -11,7 +11,7 @@ python3 src/main.py ...@@ -11,7 +11,7 @@ python3 src/main.py
Has to be run on python 3.6 with requirements found in python-requirements.txt Has to be run on python 3.6 with requirements found in python-requirements.txt
If you are using pip, you can install all requirement with this command : If you are using pip, you can install all requirement with this command :
```shell ```shell
pip3 install -r requirements.txt pip3 install -r python-requirements.txt
``` ```
### Files ### Files
* Main script : **src/main.py** * Main script : **src/main.py**
...@@ -76,3 +76,6 @@ GNU General Public License for more details. ...@@ -76,3 +76,6 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/ along with this program. If not, see http://www.gnu.org/licenses/
## Authors
UMR TÉTIS / IRSTEA
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment