Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGoogle committed Sep 9, 2019
1 parent 4499ed9 commit 8daf0da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ or build from source code (requires `python3.6` or higher):
3. `pip install -r requirements/dev.txt`
4. `inv dist`

## Configuration

Refer to [config.ini](src/config.ini)

## Known Issues

- no launch support for macOS
Expand Down
2 changes: 1 addition & 1 deletion tests/common/model/test_game.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from model.game import Subproduct, TroveGame, Key
from model.game import Subproduct, Key
from consts import GAME_PLATFORMS, HP


Expand Down

0 comments on commit 8daf0da

Please sign in to comment.