Skip to content

Commit

Permalink
Merge pull request #11 from draios/setup-install
Browse files Browse the repository at this point in the history
Correct the manual install command line
  • Loading branch information
philrz authored Feb 1, 2017
2 parents 9df73f5 + d953075 commit 890a790
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ script:
- examples/dashboard.py XXX
- examples/create_dashboard.py XXX
- examples/delete_dashboard.py XXX
- examples/get_data_advanced.py XXX ip-10-0-1-213.ec2.internal
- examples/get_data_advanced.py XXX ip-10-0-1-110.ec2.internal
- examples/get_data_datasource.py XXX
- examples/get_data_simple.py XXX
- examples/list_alerts.py XXX
Expand All @@ -28,7 +28,7 @@ script:
- examples/print_explore_grouping.py XXX
- examples/print_user_info.py XXX
- examples/list_sysdig_captures.py XXX
- examples/create_sysdig_capture.py XXX ip-10-0-1-213.ec2.internal apicapture 10
- examples/create_sysdig_capture.py XXX ip-10-0-1-110.ec2.internal apicapture 10
- examples/notification_channels.py XXX
- examples/user_team_mgmt.py XXX example-team [email protected]
- echo "Testing pip version"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Installation

#### Manual
git clone https://github.com/draios/python-sdc-client.git
pip install
cd python-sdc-client
python setup.py install

Quick start
-----------
Expand Down

0 comments on commit 890a790

Please sign in to comment.