diff --git a/README.md b/README.md index 9f80b53a..0e583e82 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,11 @@ OpenNumismat, is intended primarily for registering a collection of coins. But it is also suitable for other types of collectibles - stamps, postcards, badges and more exotic things. -Since all components are cross-platform, then OpenNumismat has builds for -Windows, Linux (Debian/Ubuntu), macOS. +Since all components are cross-platform, then OpenNumismat has builds for + + * Windows, + * Linux (Debian/Ubuntu), + * macOS. ![Main window](https://opennumismat.github.io/images/screenMain.png) @@ -44,9 +47,11 @@ For running from source code and development requirements can be installed like `pip3 install -r requirements.txt` ## Building -Befor building installation package may be necessary: -* compile translations file with: `python3 tools/build_resources.py` -* create `OpenNumismat/private_keys.py` with content: `MAPS_API_KEY = ''` +Before building you may need to install packages specific to your platform: + + * compile translations file with: `python3 tools/build_resources.py` + * create `OpenNumismat/private_keys.py` with content: + `MAPS_API_KEY = ''` #### For Windows pip3 install pyinstaller