Skip to content

Commit

Permalink
add basic install routine
Browse files Browse the repository at this point in the history
  • Loading branch information
datamuc committed Nov 14, 2022
1 parent 2ac06b9 commit e7f3cd0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
[Documentation](https://datamuc.github.io/check_vsphere/)

# Installation

Until we are on pypi, it's a bit complicated:

```
pip install --upgrade pip
pip install wheel
pip install git+https://github.com/datamuc/[email protected]
pip install git+https://github.com/consol/check_vsphere
```

# LICENSE

If not stated otherwise in a source file everything is licensed under
Expand Down

0 comments on commit e7f3cd0

Please sign in to comment.