Skip to content

Commit 3078c4f

Browse files
author
Elias Nygren
committed
Update README.md
1 parent 22e2530 commit 3078c4f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ Python client for [UpCloud's API](https://www.upcloud.com/documentation/api/).
33

44
NOTE: This Python client is still work-in-progress and is not considered production ready.
55

6+
## Installation
7+
8+
```
9+
pip install --pre upcloud-api-python
10+
11+
# with older pip:
12+
pip install upcloud-api-python
13+
```
14+
15+
Alternatively, clone the project and run
16+
```
17+
python setup.py install
18+
```
19+
620
## Features
721
* OOP based management of Servers, Storages and IP-addresses with full CRUD.
822
* Clear way to define your infrastructure, emphasis on clear and easy syntax

0 commit comments

Comments
 (0)