Skip to content

Commit 890a790

Browse files
authored
Merge pull request #11 from draios/setup-install
Correct the manual install command line
2 parents 9df73f5 + d953075 commit 890a790

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ script:
1111
- examples/dashboard.py XXX
1212
- examples/create_dashboard.py XXX
1313
- examples/delete_dashboard.py XXX
14-
- examples/get_data_advanced.py XXX ip-10-0-1-213.ec2.internal
14+
- examples/get_data_advanced.py XXX ip-10-0-1-110.ec2.internal
1515
- examples/get_data_datasource.py XXX
1616
- examples/get_data_simple.py XXX
1717
- examples/list_alerts.py XXX
@@ -28,7 +28,7 @@ script:
2828
- examples/print_explore_grouping.py XXX
2929
- examples/print_user_info.py XXX
3030
- examples/list_sysdig_captures.py XXX
31-
- examples/create_sysdig_capture.py XXX ip-10-0-1-213.ec2.internal apicapture 10
31+
- examples/create_sysdig_capture.py XXX ip-10-0-1-110.ec2.internal apicapture 10
3232
- examples/notification_channels.py XXX
3333
- examples/user_team_mgmt.py XXX example-team [email protected]
3434
- echo "Testing pip version"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Installation
1515

1616
#### Manual
1717
git clone https://github.com/draios/python-sdc-client.git
18-
pip install
18+
cd python-sdc-client
19+
python setup.py install
1920

2021
Quick start
2122
-----------

0 commit comments

Comments
 (0)