We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1426f commit 886d6c2Copy full SHA for 886d6c2
.gitignore
@@ -11,6 +11,7 @@ __pycache__/
11
build/
12
develop-eggs/
13
dist/
14
+venv/
15
downloads/
16
eggs/
17
.eggs/
README.md
@@ -4,6 +4,16 @@ A Sentinel SDK Written in Python
4
5
## Install
6
7
+First install the required dependencies:
8
+
9
+```shell
10
+sudo apt update
+sudo apt install build-essential autoconf automake libtool pkg-config python3-dev
+```
This is now a PyPi package and can be installed directly with pip:
18
19
```shell
0 commit comments