Skip to content

Commit 886d6c2

Browse files
committed
Update README
1 parent 3e1426f commit 886d6c2

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ __pycache__/
1111
build/
1212
develop-eggs/
1313
dist/
14+
venv/
1415
downloads/
1516
eggs/
1617
.eggs/

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ A Sentinel SDK Written in Python
44

55
## Install
66

7+
First install the required dependencies:
8+
9+
```shell
10+
sudo apt update
11+
sudo apt install build-essential autoconf automake libtool pkg-config python3-dev
12+
```
13+
14+
15+
16+
717
This is now a PyPi package and can be installed directly with pip:
818

919
```shell

0 commit comments

Comments
 (0)