Skip to content

Commit 41a6bff

Browse files
committed
updated readme, changelog
1 parent e765d50 commit 41a6bff

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
- Added filters for listing projects (owner, shared, query)
66
- Changed Basic auth to Bearer token-based auth
7-
- Improved CLI: added login, credentials in environment variables
8-
- Fixed missing Content-Length header in upload request
7+
- Improved CLI: added login, credentials in env variables, delete project
8+
- Download/upload files with multiple sequential requests (chunked transfer)
99

1010
## 2019.3
1111

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Mergin python client
22

3-
Repo for mergin client and basic utils.
3+
Repo for [mergin](https://public.cloudmergin.com/) client and basic utils.
4+
5+
Python 3.0+ required.
46

57
For using mergin client with its dependencies locally run:
68

9+
pip install wheel
710
python3 setup.py sdist bdist_wheel
811
mkdir -p mergin/deps
9-
pip wheel -r mergin_client.egg-info/requires.txt -w mergin/deps
12+
pip wheel -r mergin_client.egg-info/requires.txt -w mergin/deps
13+
14+
To run cli you need to install click:
15+
16+
pip install click

0 commit comments

Comments
 (0)