Skip to content

Commit b940368

Browse files
committed
fix style
1 parent 2189108 commit b940368

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

README.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77

88
# Mergin Maps Python Client
99

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.
1211

1312
<div><img align="left" width="45" height="45" src="https://raw.githubusercontent.com/MerginMaps/docs/main/src/.vuepress/public/slack.svg"><a href="https://merginmaps.com/community/join">Join our community chat</a><br/>and ask questions!</div><br />
1413

1514

1615
To install the module:
17-
16+
```bash
1817
pip3 install mergin-client
18+
```
1919

2020
Note: Check also [Mergin Maps Cpp Client](https://github.com/MerginMaps/mergin-cpp-client)
2121

@@ -152,17 +152,6 @@ it is possible to run other commands without specifying username/password.
152152

153153
## Development
154154

155-
### How to release
156-
157-
1. Update version in `setup.py` and `mergin/version.py`
158-
2. Tag git repository with the new version
159-
3. Create package and upload it
160-
161-
```
162-
python3 setup.py sdist
163-
python3 -m twine upload dist/mergin-client-x.y.z.tar.gz
164-
```
165-
166155
### Installing deps
167156

168157
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

Comments
 (0)