You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-14Lines changed: 3 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@
7
7
8
8
# Mergin Maps Python Client
9
9
10
-
This repository contains a Python client module for access to [Mergin Maps](https://merginmaps.com/)
11
-
service and a command-line tool for easy access to data stored in Mergin Maps.
10
+
This repository contains a Python client module for access to [Mergin Maps](https://merginmaps.com/) service and a command-line tool for easy access to data stored in Mergin Maps.
12
11
13
12
<div><imgalign="left"width="45"height="45"src="https://raw.githubusercontent.com/MerginMaps/docs/main/src/.vuepress/public/slack.svg"><ahref="https://merginmaps.com/community/join">Join our community chat</a><br/>and ask questions!</div><br />
14
13
15
14
16
15
To install the module:
17
-
16
+
```bash
18
17
pip3 install mergin-client
18
+
```
19
19
20
20
Note: Check also [Mergin Maps Cpp Client](https://github.com/MerginMaps/mergin-cpp-client)
21
21
@@ -152,17 +152,6 @@ it is possible to run other commands without specifying username/password.
152
152
153
153
## Development
154
154
155
-
### How to release
156
-
157
-
1. Update version in `setup.py` and `mergin/version.py`
Python 3.7+ required. Create `mergin/deps` folder where [geodiff](https://github.com/MerginMaps/geodiff) lib is supposed to be and install dependencies:
0 commit comments