Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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 = '<your Google 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 = '<your Google API key>'`

#### For Windows
pip3 install pyinstaller
Expand Down