Skip to content

Commit 6625de0

Browse files
committed
fix README.md
1 parent 241b774 commit 6625de0

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
11
# asposecellscloud
2-
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
32

4-
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
3+
Aspose.Cells Cloud SDK for Python allows you to use Aspose.Cells APIs in your Python applications
54

6-
- API version: 1.0
75
- Package version: 18.2
86
- Build package: io.swagger.codegen.languages.PythonClientCodegen
97

108
## Requirements.
119

12-
Python 2.7 and 3.4+
10+
Python 2.7 and 3.5
1311

1412
## Installation & Usage
1513
### pip install
1614

17-
If the python package is hosted on Github, you can install directly from Github
18-
1915
```sh
20-
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
16+
pip install asposecellscloud
2117
```
22-
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
18+
(you may need to run `pip` with root permission: `sudo pip install asposecellscloud`)
2319

2420
Then import the package:
2521
```python

0 commit comments

Comments
 (0)